Home
last modified time | relevance | path

Searched refs:SDL_Keysym (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_keyboard.h47 typedef struct SDL_Keysym struct
53 } SDL_Keysym; argument
DSDL_events.h199 SDL_Keysym keysym; /**< The key that was pressed or released */
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_events.c66 static SDL_Keysym *DirectFB_TranslateKey(_THIS, DFBWindowEvent * evt,
67 SDL_Keysym * keysym, Uint32 *unicode);
68 static SDL_Keysym *DirectFB_TranslateKeyInputEvent(_THIS, DFBInputEvent * evt,
69 SDL_Keysym * keysym, Uint32 *unicode);
178 SDL_Keysym keysym; in ProcessWindowEvent()
311 SDL_Keysym keysym; in ProcessInputEvent()
579 static SDL_Keysym *
580 DirectFB_TranslateKey(_THIS, DFBWindowEvent * evt, SDL_Keysym * keysym, Uint32 *unicode) in DirectFB_TranslateKey()
609 static SDL_Keysym *
611 SDL_Keysym * keysym, Uint32 *unicode) in DirectFB_TranslateKeyInputEvent()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dcheckkeys.c106 PrintKey(SDL_Keysym * sym, SDL_bool pressed, SDL_bool repeat) in PrintKey()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dkeyboard.c110 keyToIndex(SDL_Keysym key) in keyToIndex()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspevents.c82 SDL_Keysym sym; in PSP_PumpEvents()
/third_party/flutter/skia/tools/sk_app/ios/
DWindow_ios.cpp99 static Window::Key get_key(const SDL_Keysym& keysym) { in get_key()