Searched refs:HasScreenKeyboardSupport (Results 1 – 7 of 7) sorted by relevance
148 device->HasScreenKeyboardSupport = Android_HasScreenKeyboardSupport; in Android_CreateDevice()
140 device->HasScreenKeyboardSupport = PSP_HasScreenKeyboardSupport; in PSP_Create()
273 SDL_bool (*HasScreenKeyboardSupport) (_THIS); member
3586 if (_this && _this->HasScreenKeyboardSupport) { in SDL_HasScreenKeyboardSupport()3587 return _this->HasScreenKeyboardSupport(_this); in SDL_HasScreenKeyboardSupport()
105 device->HasScreenKeyboardSupport = UIKit_HasScreenKeyboardSupport;
210 device->HasScreenKeyboardSupport = NULL; in MIR_CreateDevice()
153 device->HasScreenKeyboardSupport = WINRT_HasScreenKeyboardSupport; in WINRT_CreateDevice()