retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Sdl2EventHandler
retrograde
sdl2
event
Undocumented in source.
version(Have_derelict_sdl2)
class
Sdl2EventHandler :
EventHandler
{
this
();
void
handleEvents
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
handleEvents
void
handleEvents
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From EventHandler
handleJoystickEvents
bool
handleJoystickEvents
;
Undocumented in source.
handleMouseEvents
bool
handleMouseEvents
;
Undocumented in source.
handleKeyboardEvents
bool
handleKeyboardEvents
;
Undocumented in source.
handleEvents
void
handleEvents
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
sdl2
event
classes
Sdl2EventHandler