Keyboard.BaseState

Undocumented in source.

Members

Functions

toYAML
YAMLNode toYAML()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromYAML
BaseState fromYAML(YAMLNode yaml)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pressedKeyCount_
size_t pressedKeyCount_;
Undocumented in source.
pressedKeys_
SDL_Keycode[256] pressedKeys_;
Undocumented in source.

Meta