Exemplo n.º 1
0
GHOST_TSuccess GHOST_GetCursorPosition(GHOST_SystemHandle systemhandle,
                                       GHOST_TInt32 *x,
                                       GHOST_TInt32 *y)
{
	GHOST_ISystem *system = (GHOST_ISystem *) systemhandle;
	
	return system->getCursorPosition(*x, *y);
}