Searched refs:SDL_Keysym (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_keyboard.h | 47 typedef struct SDL_Keysym struct 53 } SDL_Keysym; argument
|
D | SDL_events.h | 199 SDL_Keysym keysym; /**< The key that was pressed or released */
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_events.c | 66 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/ |
D | checkkeys.c | 106 PrintKey(SDL_Keysym * sym, SDL_bool pressed, SDL_bool repeat) in PrintKey()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | keyboard.c | 110 keyToIndex(SDL_Keysym key) in keyToIndex()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspevents.c | 82 SDL_Keysym sym; in PSP_PumpEvents()
|
/third_party/flutter/skia/tools/sk_app/ios/ |
D | Window_ios.cpp | 99 static Window::Key get_key(const SDL_Keysym& keysym) { in get_key()
|