Struct emscripten_sys::EmscriptenWheelEvent [] [src]

#[repr(C)]
pub struct EmscriptenWheelEvent { pub mouse: EmscriptenMouseEvent, pub deltaX: f64, pub deltaY: f64, pub deltaZ: f64, pub deltaMode: c_ulong, }

Fields

Trait Implementations

impl Debug for EmscriptenWheelEvent
[src]

Formats the value using the given formatter.

impl Copy for EmscriptenWheelEvent
[src]

impl Clone for EmscriptenWheelEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more