SDL standard library

Dependents:   H261_encoder

Embed: (wiki syntax)

« Back to documentation index

SDL_keycode.h File Reference

SDL_keycode.h File Reference

Defines constants which identify keyboard keys and modifiers. More...

Go to the source code of this file.

Typedefs

typedef Sint32 SDL_Keycode
 The SDL virtual key representation.

Enumerations

enum  SDL_Keymod
 

Enumeration of valid key mods (possibly OR'd together).

More...

Detailed Description

Defines constants which identify keyboard keys and modifiers.

Definition in file SDL_keycode.h.


Typedef Documentation

The SDL virtual key representation.

Values of this type are used to represent keyboard keys using the current layout of the keyboard. These values include Unicode values representing the unmodified character that would be generated by pressing the key, or an SDLK_* constant for those keys that do not generate characters.

Definition at line 42 of file SDL_keycode.h.


Enumeration Type Documentation

enum SDL_Keymod

Enumeration of valid key mods (possibly OR'd together).

Definition at line 317 of file SDL_keycode.h.