Searched refs:StopTextInput (Results 1 – 8 of 8) sorted by relevance
113 device->StopTextInput = HAIKU_StopTextInput; in HAIKU_CreateDevice()
159 device->StopTextInput = Android_StopTextInput; in Android_CreateDevice()
662 if (video && video->StopTextInput) { in SDL_SetKeyboardFocus()663 video->StopTextInput(video); in SDL_SetKeyboardFocus()
298 void (*StopTextInput) (_THIS); member
3855 if (_this && _this->StopTextInput) { in SDL_StopTextInput()3856 _this->StopTextInput(_this); in SDL_StopTextInput()
213 device->StopTextInput = WIN_StopTextInput; in WIN_CreateDevice()
303 device->StopTextInput = X11_StopTextInput; in X11_CreateDevice()
154 device->StopTextInput = Cocoa_StopTextInput;
Completed in 16 milliseconds