sdl.keycode

SDL Keycodes

Members

Enums

SDL_Keycode
enum SDL_Keycode

The SDL virtual key representation.

SDL_Keymod
enum SDL_Keymod

Valid key modifiers (possibly OR'd together).

Variables

SDLK_EXTENDED_MASK
enum Uint32 SDLK_EXTENDED_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDLK_SCANCODE_MASK
enum Uint32 SDLK_SCANCODE_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SCANCODE_TO_KEYCODE
enum Uint32 SDL_SCANCODE_TO_KEYCODE(X);
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

See Also

Meta

License

Subject to the terms of the Zlib License, as written in the LICENSE file.

Authors

Luna Nielsen