Crate ui_input_state

Crate ui_input_state 

Source
Expand description

UI Input State is a Rust crate which …

§Features

  • std (enabled by default): Use the Rust standard library.

Structs§

InputState
A stateful view of the input data for a frame, rather than processing it event-by-event.
KeyboardState
A stateful view of the primary pointer.
PrimaryPointerState
A stateful view of the primary pointer.