Keyboard

Keeps track of which keys are pressed on the keyboard.

Alias This

baseState_

Members

Functions

key
Flag!"isPressed" key(Key keycode)

Get the state of specified keyboard key.

pressed
Flag!"pressed" pressed(Key keycode)

Determine if specified key was just pressed.

Structs

BaseState
struct BaseState
Undocumented in source.

Variables

baseState_
BaseState baseState_;
Undocumented in source.

Meta