Searched refs:IsScreenKeyboardShown (Results 1 – 7 of 7) sorted by relevance
149 device->IsScreenKeyboardShown = Android_IsScreenKeyboardShown; in Android_CreateDevice()
143 device->IsScreenKeyboardShown = PSP_IsScreenKeyboardShown; in PSP_Create()
276 SDL_bool (*IsScreenKeyboardShown) (_THIS, SDL_Window *window); member
3595 if (window && _this && _this->IsScreenKeyboardShown) { in SDL_IsScreenKeyboardShown()3596 return _this->IsScreenKeyboardShown(_this, window); in SDL_IsScreenKeyboardShown()
108 device->IsScreenKeyboardShown = UIKit_IsScreenKeyboardShown;
213 device->IsScreenKeyboardShown = NULL; in MIR_CreateDevice()
156 device->IsScreenKeyboardShown = WINRT_IsScreenKeyboardShown; in WINRT_CreateDevice()