Struct csfml_window_sys::sfMouseWheelEvent [] [src]

#[repr(C)]
pub struct sfMouseWheelEvent { pub type_: sfEventType, pub delta: c_int, pub x: c_int, pub y: c_int, }

Fields

Trait Implementations

impl Debug for sfMouseWheelEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for sfMouseWheelEvent
[src]

impl Clone for sfMouseWheelEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more