Module kioto::keyboard[][src]

Structs

KeyIter

Enums

KeyCode

Functions

is_key_down

Returns true if the given key_code is currently being held down.

is_key_pressed

Returns true if the given key_code was pressed this tick.

is_key_released

Returns true if the given key_code was released this tick.

is_key_up

Returns true if the given key_code is not being held down.

key_iter

Get an iterator into the keyboard queue.