Home
last modified time | relevance | path

Searched defs:keysym (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/tools/sk_app/unix/
Dkeysym2ucs.c40 unsigned short keysym; member
818 long keysym2ucs(KeySym keysym) in keysym2ucs()
DWindow_unix.cpp193 static Window::Key get_key(KeySym keysym) { in get_key()
296 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, 0, shiftLevel); in handleEvent() local
314 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, in handleEvent() local
/third_party/flutter/glfw/src/
Dxkb_unicode.c68 unsigned short keysym; member
857 long _glfwKeySym2Unicode(unsigned int keysym) in _glfwKeySym2Unicode()
Dx11_window.c1069 KeySym keysym; in processEvent() local
2160 KeySym keysym; in _glfwPlatformGetKeyName() local
/third_party/skia/tools/sk_app/unix/
Dkeysym2ucs.c40 unsigned short keysym; member
818 long keysym2ucs(KeySym keysym) in keysym2ucs()
DWindow_unix.cpp194 static skui::Key get_key(KeySym keysym) { in get_key()
297 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, 0, shiftLevel); in handleEvent() local
315 KeySym keysym = XkbKeycodeToKeysym(fDisplay, event.xkey.keycode, in handleEvent() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11keyboard.c38 KeySym keysym; member
165 KeySym keysym; in X11_KeyCodeToSDLScancode() local
198 KeySym keysym = X11_KeyCodeToSym(_this, keycode, group); in X11_KeyCodeToUcs4() local
211 KeySym keysym; in X11_KeyCodeToSym() local
252 KeySym keysym; in X11_InitKeyboard() member
DimKStoUCS.c297 X11_KeySymToUcs4(KeySym keysym) in X11_KeySymToUcs4()
DSDL_x11events.c757 KeySym keysym = NoSymbol; in X11_DispatchEvent() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_events.c178 SDL_Keysym keysym; in ProcessWindowEvent() local
311 SDL_Keysym keysym; in ProcessInputEvent() local
580 DirectFB_TranslateKey(_THIS, DFBWindowEvent * evt, SDL_Keysym * keysym, Uint32 *unicode) in DirectFB_TranslateKey()
611 SDL_Keysym * keysym, Uint32 *unicode) in DirectFB_TranslateKeyInputEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_ime.c118 SDL_IME_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_IME_ProcessKeyEvent()
DSDL_fcitx.c423 SDL_Fcitx_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_Fcitx_ProcessKeyEvent()
DSDL_ibus.c562 SDL_IBus_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_IBus_ProcessKeyEvent()
/third_party/flutter/skia/tools/sk_app/ios/
DWindow_ios.cpp99 static Window::Key get_key(const SDL_Keysym& keysym) { in get_key()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.cc283 int keysym = ui::XKeysymForWindowsKeyCode( in TranslateUiKeyEvent() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c589 KeySym keysym; in gst_gl_window_x11_handle_event() local
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpevideosrc.cpp571 uint32_t keysym = in gst_wpe_video_src_event() local
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c625 KeySym keysym; in gst_x_image_sink_handle_xevents() local
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c468 KeySym keysym; in gst_xv_image_sink_handle_xevents() local
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h199 SDL_Keysym keysym; /**< The key that was pressed or released */ member
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc253 KeyboardCode KeyboardCodeFromXKeysym(unsigned int keysym) { in KeyboardCodeFromXKeysym()