Searched refs:SDL_Scancode (Results 1 – 2 of 2) sorted by relevance
50 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);
43 typedef enum SDL_Scancode enum434 } SDL_Scancode; typedef
Completed in 9 milliseconds