Searched refs:ShowScreenKeyboard (Results 1 – 5 of 5) sorted by relevance
143 device->ShowScreenKeyboard = PSP_ShowScreenKeyboard; in PSP_Create()
303 void (*ShowScreenKeyboard) (_THIS, SDL_Window *window); member
3833 if (window && _this && _this->ShowScreenKeyboard) { in SDL_StartTextInput()3834 _this->ShowScreenKeyboard(_this, window); in SDL_StartTextInput()
109 device->ShowScreenKeyboard = UIKit_ShowScreenKeyboard;
153 device->ShowScreenKeyboard = WINRT_ShowScreenKeyboard; in WINRT_CreateDevice()
Completed in 14 milliseconds