Home
last modified time | relevance | path

Searched refs:SDL_SendKeyboardText (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard_c.h61 extern int SDL_SendKeyboardText(const char *text);
A DSDL_keyboard.c849 SDL_SendKeyboardText(const char *text) in SDL_SendKeyboardText() function
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp382 SDL_SendKeyboardText(dest_utf8);
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c401 SDL_SendKeyboardText(text); in NACL_PumpEvents()
/AliOS-Things-master/components/SDL2/src/main/haiku/
A DSDL_BApp.h311 SDL_SendKeyboardText(text); in _HandleKey()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_fcitx.c148 SDL_SendKeyboardText(text); in DBus_MessageFilter()
A DSDL_ibus.c128 SDL_SendKeyboardText(buf); in IBus_MessageHandler()
A DSDL_evdev_kbd.c817 SDL_SendKeyboardText(kbd->text); in SDL_EVDEV_kbd_keycode()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c46 #define SDL_SendKeyboardText_ex(id, text) SDL_SendKeyboardText(id, text)
51 #define SDL_SendKeyboardText_ex(id, text) SDL_SendKeyboardText(text)
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoakeyboard.m69 SDL_SendKeyboardText(str);
582 SDL_SendKeyboardText(text);
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c592 SDL_SendKeyboardText(text); in Emscripten_HandleKeyPress()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitviewcontroller.m447 SDL_SendKeyboardText([changeText UTF8String]);
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c690 SDL_SendKeyboardText(text); in keyboard_handle_key()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c747 SDL_SendKeyboardText(text); in WIN_WindowProc()
A DSDL_windowskeyboard.c753 SDL_SendKeyboardText(s); in IME_SendInputEvent()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c926 SDL_SendKeyboardText(text); in X11_DispatchEvent()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c1252 SDL_SendKeyboardText(utftext); in SDL_JAVA_INTERFACE_INPUT_CONNECTION()

Completed in 54 milliseconds