Searched refs:MoveWMCursor (Results 1 – 7 of 7) sorted by relevance
186 } else if ( video->MoveWMCursor ) { in SDL_SetCursor()334 } else if ( video->MoveWMCursor ) { in SDL_MoveCursor()335 video->MoveWMCursor(video, x, y); in SDL_MoveCursor()
256 void (*MoveWMCursor)(_THIS, int x, int y); member
125 this->MoveWMCursor = GS_MoveWMCursor; in GS_CreateDevice()
121 device->MoveWMCursor = NULL; in ph_CreateDevice()
144 device->MoveWMCursor = NULL; in BE_CreateDevice()
1803 _this->MoveWMCursor = os2fslib_MoveWMCursor; in os2fslib_SetCursorManagementFunctions()1812 _this->MoveWMCursor = os2fslib_MoveWMCursor; in os2fslib_SetCursorManagementFunctions()
216 device->MoveWMCursor = QZ_MoveWMCursor;