Type Alias XPointerMovedEvent
pub type XPointerMovedEvent = XMotionEvent;
Available on crate feature
dep_sdl2
only.Aliased Type§
struct XPointerMovedEvent {}
Fields§
§type_: i32
§serial: u64
§send_event: i32
§display: *mut _XDisplay
§window: u64
§root: u64
§subwindow: u64
§time: u64
§x: i32
§y: i32
§x_root: i32
§y_root: i32
§state: u32
§is_hint: i8
§same_screen: i32
Trait Implementations
§impl Clone for XMotionEvent
impl Clone for XMotionEvent
§fn clone(&self) -> XMotionEvent
fn clone(&self) -> XMotionEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more