pogp 0.1.0

The POG Protocol defines language-neutral binary and json 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;