Home
last modified time | relevance | path

Searched refs:SDL_Scancode (Results 1 – 2 of 2) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_keyboard.h50 SDL_Scancode scancode; /**< SDL physical key code - see SDL_Scancode for details */
155 extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(SDL_Scancode scancode);
171 extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
196 extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(SDL_Scancode scancode);
211 extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);
A DSDL_scancode.h43 typedef enum SDL_Scancode enum
434 } SDL_Scancode; typedef

Completed in 9 milliseconds