Home | History | Annotate | Download | only in include

Lines Matching refs:SDL_Scancode

49     SDL_Scancode scancode;      /**< SDL physical key code - see ::SDL_Scancode for details */
67 * \return An array of key states. Indexes into this array are obtained by using ::SDL_Scancode values.
99 extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(SDL_Scancode scancode);
105 * See ::SDL_Scancode for details.
109 extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
118 * \sa SDL_Scancode
120 extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(SDL_Scancode scancode);
127 * \sa SDL_Scancode
129 extern DECLSPEC SDL_Scancode SDLCALL SDL_GetScancodeFromName(const char *name);