Struct quicksilver::input::Keyboard [] [src]

pub struct Keyboard { /* fields omitted */ }

A structure that stores each key's state

Trait Implementations

impl Copy for Keyboard
[src]

impl Clone for Keyboard
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Index<Key> for Keyboard
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.