Lines Matching defs:XButtonEvent
2132 pub struct XButtonEvent { struct
2133 pub type_: ::std::os::raw::c_int,
2134 pub serial: ::std::os::raw::c_ulong,
2135 pub send_event: ::std::os::raw::c_int,
2136 pub display: *mut Display,
2137 pub window: Window,
2138 pub root: Window,
2139 pub subwindow: Window,
2140 pub time: Time,
2141 pub x: ::std::os::raw::c_int,
2142 pub y: ::std::os::raw::c_int,
2143 pub x_root: ::std::os::raw::c_int,
2144 pub y_root: ::std::os::raw::c_int,
2145 pub state: ::std::os::raw::c_uint,
2146 pub button: ::std::os::raw::c_uint,
2147 pub same_screen: ::std::os::raw::c_int,