Module app

Source
Expand description

§App

The app module provides functionality related to application itself, including its framerate, the keyboard, and its execution.

Structs§

App
The essential parts of the application, containing its Config, State, and Window.
Config
Contains the App configuration settings, currently including only the framerate.
State
Contains the run state of the the App and the Keyboard through State::keyboard for the key event interface.