mango-engine ~master (2016-12-01T15:09:30Z)
Dub
Repo
WindowKeyPressedEvent
mango_engine
event
graphics
Undocumented in source.
deprecated
class
WindowKeyPressedEvent :
WindowEvent
{
immutable
int
key
;
this
(int key, Window window);
}
Constructors
this
this
(int key, Window window)
Undocumented in source.
Members
Variables
key
int
key
;
The key which was pressed. The values are found in derelict.glfw3.glfw3.
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