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

Trait Implementations

impl Debug for sfMouseWheelScrollEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfMouseWheelScrollEvent
[src]

impl Clone for sfMouseWheelScrollEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more