Lines Matching defs:XKeyEvent
2113 pub struct XKeyEvent { struct
2114 pub type_: ::std::os::raw::c_int,
2115 pub serial: ::std::os::raw::c_ulong,
2116 pub send_event: ::std::os::raw::c_int,
2117 pub display: *mut Display,
2118 pub window: Window,
2119 pub root: Window,
2120 pub subwindow: Window,
2121 pub time: Time,
2122 pub x: ::std::os::raw::c_int,
2123 pub y: ::std::os::raw::c_int,
2124 pub x_root: ::std::os::raw::c_int,
2125 pub y_root: ::std::os::raw::c_int,
2126 pub state: ::std::os::raw::c_uint,
2127 pub keycode: ::std::os::raw::c_uint,
2128 pub same_screen: ::std::os::raw::c_int,