Searched refs:IsScreenKeyboardShown (Results 1 – 6 of 6) sorted by relevance
164 device->IsScreenKeyboardShown = Android_IsScreenKeyboardShown; in Android_CreateDevice()
145 device->IsScreenKeyboardShown = PSP_IsScreenKeyboardShown; in PSP_Create()
305 SDL_bool (*IsScreenKeyboardShown) (_THIS, SDL_Window *window); member
3890 if (window && _this && _this->IsScreenKeyboardShown) { in SDL_IsScreenKeyboardShown()3891 return _this->IsScreenKeyboardShown(_this, window); in SDL_IsScreenKeyboardShown()
111 device->IsScreenKeyboardShown = UIKit_IsScreenKeyboardShown;
155 device->IsScreenKeyboardShown = WINRT_IsScreenKeyboardShown; in WINRT_CreateDevice()
Completed in 14 milliseconds