WindowKeyPressedEvent.key

The key which was pressed. The values are found in derelict.glfw3.glfw3.

For example, the A key's value is GLFW_KEY_A.

class WindowKeyPressedEvent
immutable
int key;

Meta