Struct allegro_sys::mouse::ALLEGRO_MOUSE_STATE [] [src]

#[repr(C)]
pub struct ALLEGRO_MOUSE_STATE { pub x: c_int, pub y: c_int, pub z: c_int, pub w: c_int, pub more_axes: [c_int; 4], pub buttons: c_int, pub pressure: c_float, pub display: *mut ALLEGRO_DISPLAY, }

Fields

Trait Implementations

impl Copy for ALLEGRO_MOUSE_STATE
[src]

impl Clone for ALLEGRO_MOUSE_STATE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more