Searched refs:SDL_DISABLE (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_mouse.c | 288 SDLTest_AssertCheck(currentState == SDL_DISABLE || currentState == SDL_ENABLE, in mouse_showCursor() 289 "Validate result is %i or %i, got: %i", SDL_DISABLE, SDL_ENABLE, currentState); in mouse_showCursor() 290 if (currentState == SDL_DISABLE) { in mouse_showCursor() 293 _changeCursorVisibility(SDL_DISABLE); in mouse_showCursor() 296 _changeCursorVisibility(SDL_DISABLE); in mouse_showCursor()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_events.c | 179 SDL_EventState(SDL_TEXTINPUT, SDL_DISABLE); in SDL_StartEventLoop() 180 SDL_EventState(SDL_TEXTEDITING, SDL_DISABLE); in SDL_StartEventLoop() 181 SDL_EventState(SDL_SYSWMEVENT, SDL_DISABLE); in SDL_StartEventLoop() 576 current_state = SDL_DISABLE; in SDL_EventState() 584 case SDL_DISABLE: in SDL_EventState()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | SDL_joystick.c | 791 return SDL_DISABLE; in SDL_JoystickEventState() 801 state = SDL_DISABLE; in SDL_JoystickEventState()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_events.h | 721 #define SDL_DISABLE 0 macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 3571 SDL_EventState(SDL_TEXTINPUT, SDL_DISABLE); in SDL_StopTextInput() 3572 SDL_EventState(SDL_TEXTEDITING, SDL_DISABLE); in SDL_StopTextInput()
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-winrt.md | 163 data to make sure mouse-cursor-hiding (via SDL_ShowCursor(SDL_DISABLE) calls)
|