pub type XButtonReleasedEvent = XButtonEvent;

Aliased Type§

struct XButtonReleasedEvent {
Show 15 fields pub type_: i32, pub serial: u32, pub send_event: i32, pub display: *mut _XDisplay, pub window: u32, pub root: u32, pub subwindow: u32, pub time: u32, pub x: i32, pub y: i32, pub x_root: i32, pub y_root: i32, pub state: u32, pub button: u32, pub same_screen: i32,
}

Fields§

§type_: i32§serial: u32§send_event: i32§display: *mut _XDisplay§window: u32§root: u32§subwindow: u32§time: u32§x: i32§y: i32§x_root: i32§y_root: i32§state: u32§button: u32§same_screen: i32