Keyboard

Keeps track of which keys are pressed on the keyboard.

Alias This

baseState_

Members

Functions

key
Flag!"isPressed" key(const Key keycode)

Get the state of specified keyboard key.

pressed
Flag!"pressed" pressed(const Key keycode)

Determine if specified key was just pressed.

Meta