Struct csfml_window_sys::sfMouseWheelScrollEvent
[−]
[src]
#[repr(C)]pub struct sfMouseWheelScrollEvent { pub type_: sfEventType, pub wheel: sfMouseWheel, pub delta: f32, pub x: c_int, pub y: c_int, }
Fields
type_: sfEventType
wheel: sfMouseWheel
delta: f32
x: c_int
y: c_int
Trait Implementations
impl Debug for sfMouseWheelScrollEvent[src]
impl Copy for sfMouseWheelScrollEvent[src]
impl Clone for sfMouseWheelScrollEvent[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more