Type Alias freya_elements::events::KeyboardEvent  
source · pub type KeyboardEvent = Event<KeyboardData>;Aliased Type§
struct KeyboardEvent {
    pub data: Rc<KeyboardData, Global>,
    /* private fields */
}Fields§
§data: Rc<KeyboardData, Global>The data associated with this event