mango-engine ~master (2016-12-01T15:09:30Z)
Dub
Repo
WindowEvent
mango_engine
event
graphics
Base class for an event related to a Window.
class
WindowEvent :
GraphicsEvent
{
Window
window
[@property getter];
this
(Window window);
}
Constructors
this
this
(Window window)
Undocumented in source.
Members
Properties
window
Window
window
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mango_engine
event
graphics
classes
GraphicsEvent
WindowEvent
WindowHideEvent
WindowKeyPressedEvent
WindowShowEvent
WindowTitleChangeEvent
Base class for an event related to a Window.