Searched refs:SDL_ShowCursor (Results 1 – 11 of 11) sorted by relevance
261 oldState = SDL_ShowCursor(SDL_QUERY); in _changeCursorVisibility()264 result = SDL_ShowCursor(state); in _changeCursorVisibility()269 newState = SDL_ShowCursor(SDL_QUERY); in _changeCursorVisibility()286 currentState = SDL_ShowCursor(SDL_QUERY); in mouse_showCursor()
166 SDL_ShowCursor(show_cursor); in loop()
273 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
74 SDL_ShowCursor(0); in main()
250 if (SDL_ShowCursor(-1) && be_app->IsCursorHidden()) in _HandleMouseMove()
663 SDL_ShowCursor(1);1098 SDL_ShowCursor(int toggle) function
175 if (SDL_ShowCursor(-1)) {
258 #define SDL_ShowCursor SDL_ShowCursor_REAL macro
289 SDL_DYNAPI_PROC(int,SDL_ShowCursor,(int a),(a),return)
180 data to make sure mouse-cursor-hiding (via SDL_ShowCursor(SDL_DISABLE) calls)294 2. a Win32-style cursor resource, used by SDL_ShowCursor() to hide the mouse cursor
3959 show_cursor_prev = SDL_ShowCursor(1); in SDL_ShowMessageBox()4030 SDL_ShowCursor(show_cursor_prev); in SDL_ShowMessageBox()
Completed in 28 milliseconds