mango-engine ~master (2016-12-01T15:09:30Z)
Dub
Repo
WindowTitleChangeEvent
mango_engine
event
graphics
Undocumented in source.
class
WindowTitleChangeEvent :
WindowEvent
{
immutable
string
name
;
this
(string name, Window window);
}
Constructors
this
this
(string name, Window window)
Undocumented in source.
Members
Variables
name
string
name
;
Undocumented in source.
Inherited Members
From WindowEvent
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