Home
last modified time | relevance | path

Searched refs:StopTextInput (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc113 device->StopTextInput = HAIKU_StopTextInput; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c159 device->StopTextInput = Android_StopTextInput; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c662 if (video && video->StopTextInput) { in SDL_SetKeyboardFocus()
663 video->StopTextInput(video); in SDL_SetKeyboardFocus()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h298 void (*StopTextInput) (_THIS); member
A DSDL_video.c3855 if (_this && _this->StopTextInput) { in SDL_StopTextInput()
3856 _this->StopTextInput(_this); in SDL_StopTextInput()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c213 device->StopTextInput = WIN_StopTextInput; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c303 device->StopTextInput = X11_StopTextInput; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m154 device->StopTextInput = Cocoa_StopTextInput;

Completed in 17 milliseconds