Struct flipperzero_sys::InputEvent
source · #[repr(C)]pub struct InputEvent {
pub sequence: u32,
pub key: InputKey,
pub type_: InputType,
}Expand description
Input Event, dispatches with FuriPubSub
Fields§
§sequence: u32§key: InputKey§type_: InputTypeTrait Implementations§
source§impl Clone for InputEvent
impl Clone for InputEvent
source§fn clone(&self) -> InputEvent
fn clone(&self) -> InputEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more