[][src]Module crystal_engine::state

Contains the states that are used in GameState. These are in a seperate module so we don't pollute the base module documentation.

Structs

KeyboardState

The state of the keyboard. This can be used to check which keys are pressed during the current frame.