Searched refs:StartTextInput (Results 1 – 9 of 9) sorted by relevance
110 device->StartTextInput = BE_StartTextInput; in BE_CreateDevice()
143 device->StartTextInput = Android_StartTextInput; in Android_CreateDevice()
653 if (video && video->StartTextInput) { in SDL_SetKeyboardFocus()654 video->StartTextInput(video); in SDL_SetKeyboardFocus()
268 void (*StartTextInput) (_THIS); member
3543 if (_this && _this->StartTextInput) { in SDL_StartTextInput()3544 _this->StartTextInput(_this); in SDL_StartTextInput()
206 device->StartTextInput = NULL; in MIR_CreateDevice()
187 device->StartTextInput = WIN_StartTextInput; in WIN_CreateDevice()
125 device->StartTextInput = Cocoa_StartTextInput;
290 device->StartTextInput = X11_StartTextInput; in X11_CreateDevice()