- windowID
inout(uint) windowID()
Undocumented in source. Be warned that the author may not have intended to support it.
- repeat
inout(ubyte) repeat()
Undocumented in source. Be warned that the author may not have intended to support it.
- scancode
inout(Scancode) scancode()
Undocumented in source. Be warned that the author may not have intended to support it.
- sym
inout(Keycode) sym()
Undocumented in source. Be warned that the author may not have intended to support it.
- mod
Keymod mod()
Undocumented in source. Be warned that the author may not have intended to support it.
- mod
void mod(Keymod newMod)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromSDL
Event fromSDL(SDL_Event sdlEvent)
Undocumented in source.
D class that wraps SDL_KEYDOWN SDL_Events