Struct allegro_sys::events::ALLEGRO_MOUSE_EVENT [] [src]

#[repr(C)]
pub struct ALLEGRO_MOUSE_EVENT { pub _type: ALLEGRO_EVENT_TYPE, pub source: *mut ALLEGRO_MOUSE, pub timestamp: c_double, pub display: *mut ALLEGRO_DISPLAY, pub x: c_int, pub y: c_int, pub z: c_int, pub w: c_int, pub dx: c_int, pub dy: c_int, pub dz: c_int, pub dw: c_int, pub button: c_uint, pub pressure: c_float, }

Fields

Trait Implementations

impl Copy for ALLEGRO_MOUSE_EVENT
[src]

impl Clone for ALLEGRO_MOUSE_EVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more