WindowKeyPressedEvent

Undocumented in source.
deprecated
class WindowKeyPressedEvent : WindowEvent {}

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