Home
last modified time | relevance | path

Searched refs:SDL_ShowCursor (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_mouse.c261 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()
A Dtestcustomcursor.c166 SDL_ShowCursor(show_cursor); in loop()
/AliOS-Things-master/components/SDL2/include/
A DSDL_mouse.h273 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
/AliOS-Things-master/components/SDL2/src/image/unused/
A Dshowimage.c74 SDL_ShowCursor(0); in main()
/AliOS-Things-master/components/SDL2/src/main/haiku/
A DSDL_BApp.h250 if (SDL_ShowCursor(-1) && be_app->IsCursorHidden()) in _HandleMouseMove()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse.c663 SDL_ShowCursor(1);
1098 SDL_ShowCursor(int toggle) function
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m175 if (SDL_ShowCursor(-1)) {
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h258 #define SDL_ShowCursor SDL_ShowCursor_REAL macro
A DSDL_dynapi_procs.h289 SDL_DYNAPI_PROC(int,SDL_ShowCursor,(int a),(a),return)
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md180 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
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c3959 show_cursor_prev = SDL_ShowCursor(1); in SDL_ShowMessageBox()
4030 SDL_ShowCursor(show_cursor_prev); in SDL_ShowMessageBox()

Completed in 21 milliseconds