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