mango-engine v0.1.0 (2016-10-22T22:46:47Z)
Dub
Repo
KeyPressEvent
mango_engine
event
input
Undocumented in source.
class
KeyPressEvent :
Event
{
int
key
[@property getter];
int
scancode
[@property getter];
this
(int key, int scancode);
}
Constructors
this
this
(int key, int scancode)
Undocumented in source.
Members
Properties
key
int
key
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scancode
int
scancode
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mango_engine
event
input
classes
KeyPressEvent