Lines Matching defs:XMotionEvent
2149 pub struct XMotionEvent { struct
2150 pub type_: ::std::os::raw::c_int,
2151 pub serial: ::std::os::raw::c_ulong,
2152 pub send_event: ::std::os::raw::c_int,
2153 pub display: *mut Display,
2154 pub window: Window,
2155 pub root: Window,
2156 pub subwindow: Window,
2157 pub time: Time,
2158 pub x: ::std::os::raw::c_int,
2159 pub y: ::std::os::raw::c_int,
2160 pub x_root: ::std::os::raw::c_int,
2161 pub y_root: ::std::os::raw::c_int,
2162 pub state: ::std::os::raw::c_uint,
2163 pub is_hint: ::std::os::raw::c_char,
2164 pub same_screen: ::std::os::raw::c_int,