Struct crayon::input::InputSystem [] [src]

pub struct InputSystem { /* fields omitted */ }

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

Methods

impl InputSystem
[src]

[src]

[src]

Returns the multi-thread friendly parts of InputSystem.

[src]

Reset input to initial states.

Important traits for &'a mut W
[src]

Set touch emulation by mouse.

Trait Implementations

Auto Trait Implementations

impl Send for InputSystem

impl Sync for InputSystem