Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc112 device->StartTextInput = HAIKU_StartTextInput; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c158 device->StartTextInput = Android_StartTextInput; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c676 if (video && video->StartTextInput) { in SDL_SetKeyboardFocus()
677 video->StartTextInput(video); in SDL_SetKeyboardFocus()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h297 void (*StartTextInput) (_THIS); member
A DSDL_video.c3838 if (_this && _this->StartTextInput) { in SDL_StartTextInput()
3839 _this->StartTextInput(_this); in SDL_StartTextInput()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c212 device->StartTextInput = WIN_StartTextInput; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c302 device->StartTextInput = X11_StartTextInput; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m153 device->StartTextInput = Cocoa_StartTextInput;

Completed in 14 milliseconds