Struct r0ket_l0dable::input::InputState [] [src]

pub struct InputState(pub u8);

Wraps the input state

Methods

impl InputState
[src]

[src]

Pushed in the up direction?

[src]

Pushed in the down direction?

[src]

Pushed in the left direction?

[src]

Pushed in the right direction?

[src]

Pressed in?

Trait Implementations

Auto Trait Implementations

impl Send for InputState

impl Sync for InputState