pub type DeviceMotionNotifyEvent = DeviceKeyPressEvent;

Aliased Type§

struct DeviceMotionNotifyEvent {
Show 14 fields pub response_type: u8, pub detail: u8, pub sequence: u16, pub time: u32, pub root: u32, pub event: u32, pub child: u32, pub root_x: i16, pub root_y: i16, pub event_x: i16, pub event_y: i16, pub state: KeyButMask, pub same_screen: bool, pub device_id: u8,
}

Fields§

§response_type: u8§detail: u8§sequence: u16§time: u32§root: u32§event: u32§child: u32§root_x: i16§root_y: i16§event_x: i16§event_y: i16§state: KeyButMask§same_screen: bool§device_id: u8