Struct vertigo::KeyDownEvent [−][src]
pub struct KeyDownEvent {
pub key: String,
pub code: String,
pub alt_key: bool,
pub ctrl_key: bool,
pub shift_key: bool,
pub meta_key: bool,
}Expand description
Structure passed as a parameter to callback on on_key_down event.
Fields
key: Stringcode: Stringalt_key: boolctrl_key: boolshift_key: boolmeta_key: bool