Struct csfml_window_sys::sfMouseWheelEvent [] [src]

pub struct sfMouseWheelEvent {
    pub type_: sfEventType,
    pub delta: c_int,
    pub x: c_int,
    pub y: c_int,
}

Fields

type_: sfEventType delta: c_int x: c_int y: c_int

Trait Implementations

impl Copy for sfMouseWheelEvent
[src]

impl Clone for sfMouseWheelEvent
[src]

fn clone(&self) -> sfMouseWheelEvent

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