pogp 0.0.9

The POG Protocol for game development defines a portable game loop and language-neutral binary representations of Inputs and State.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod key;
pub use key::Key;

mod input_type;
pub use input_type::InputType;

mod keyboard_input;
pub use keyboard_input::KeyboardInput;

mod keyboard_snapshot;
pub use keyboard_snapshot::KeyboardSnapshot;