Enum input::KeyCode [−][src]
pub enum KeyCode {
}Expand description
Represents a key.
Variants
Backspace key.
Enter key.
Left arrow key.
Right arrow key.
Up arrow key.
Down arrow key.
Home key.
End key.
Page up key.
Page dow key.
Tab key.
Shift + Tab key.
Delete key.
Insert key.
F(u8)F key.
KeyCode::F(1) represents F1 key, etc.
Char(char)A character.
KeyCode::Char('c') represents c character, etc.
Null.
Escape key.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for KeyCodeimpl UnwindSafe for KeyCodeBlanket Implementations
Mutably borrows from an owned value. Read more