Module crayon::input::prelude [] [src]

Re-exports

pub use super::keyboard::KeyboardSetup;
pub use super::mouse::MouseSetup;
pub use super::touchpad::GesturePan;
pub use super::touchpad::GestureTap;
pub use super::touchpad::TouchPadSetup;

Structs

InputSetup

The setup parameters of all supported input devices.

InputSystem

The InputSystem struct are used to manage all the events and corresponding internal states.

InputSystemShared

The multi-thread friendly APIs of InputSystem.