Event

Undocumented in source.

Members

Mixins

__anonymous
mixin KeyEvent
Undocumented in source.
__anonymous
mixin JoyEvent
Undocumented in source.

Properties

is_happening
bool is_happening [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
Uint32 type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin KeyEvent

keysym
SDL_Keysym keysym()
Undocumented in source. Be warned that the author may not have intended to support it.
scancode
SDL_Scancode scancode()
Undocumented in source. Be warned that the author may not have intended to support it.
keycode
SDL_Keycode keycode()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin JoyEvent

button
Uint8 button()
Undocumented in source. Be warned that the author may not have intended to support it.
hat
Uint8 hat()
Undocumented in source. Be warned that the author may not have intended to support it.
axis
Uint8 axis()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta