[go: up one dir, main page]

Struct keyboard_types::KeyEvent [] [src]

pub struct KeyEvent {
    pub state: State,
    pub key: Key,
    pub code: Code,
    pub location: Location,
    pub modifiers: Modifiers,
    pub repeat: bool,
}

Fields

Trait Implementations

impl Clone for KeyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for KeyEvent
[src]

impl PartialEq for KeyEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.