Home
last modified time | relevance | path

Searched refs:SDL_DISABLE (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_mouse.c288 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/
DSDL_events.c179 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/
DSDL_joystick.c791 return SDL_DISABLE; in SDL_JoystickEventState()
801 state = SDL_DISABLE; in SDL_JoystickEventState()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h721 #define SDL_DISABLE 0 macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3571 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/
DREADME-winrt.md163 data to make sure mouse-cursor-hiding (via SDL_ShowCursor(SDL_DISABLE) calls)