Struct bidrag::InputSubsystem[][src]

pub struct InputSubsystem { /* fields omitted */ }

Methods

impl InputSubsystem
[src]

Update all axes which depend on this key

Update all axes which depend on the mouse's position

Update all axes bound to the mouse button

ALWAYS cache this. Although it's probably not too expensive, avoid calling as often as possible. normal get() is O(1), this is likely worse due to HashMap

Trait Implementations

impl Debug for InputSubsystem
[src]

Formats the value using the given formatter. Read more

impl Clone for InputSubsystem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations