Home
last modified time | relevance | path

Searched refs:SDL_IsScreenKeyboardShown (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_keyboard.h207 extern DECLSPEC SDL_bool SDLCALL SDL_IsScreenKeyboardShown(SDL_Window *window);
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h237 #define SDL_IsScreenKeyboardShown SDL_IsScreenKeyboardShown_REAL macro
DSDL_dynapi_procs.h266 SDL_DYNAPI_PROC(SDL_bool,SDL_IsScreenKeyboardShown,(SDL_Window *a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3593 SDL_IsScreenKeyboardShown(SDL_Window *window) in SDL_IsScreenKeyboardShown() function