Searched refs:HasScreenKeyboardSupport (Results 1 – 6 of 6) sorted by relevance
163 device->HasScreenKeyboardSupport = Android_HasScreenKeyboardSupport; in Android_CreateDevice()
142 device->HasScreenKeyboardSupport = PSP_HasScreenKeyboardSupport; in PSP_Create()
302 SDL_bool (*HasScreenKeyboardSupport) (_THIS); member
3881 if (_this && _this->HasScreenKeyboardSupport) { in SDL_HasScreenKeyboardSupport()3882 return _this->HasScreenKeyboardSupport(_this); in SDL_HasScreenKeyboardSupport()
108 device->HasScreenKeyboardSupport = UIKit_HasScreenKeyboardSupport;
152 device->HasScreenKeyboardSupport = WINRT_HasScreenKeyboardSupport; in WINRT_CreateDevice()
Completed in 13 milliseconds