Struct csfml_window_sys::sfMouseMoveEvent [] [src]

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

Fields

Trait Implementations

impl Debug for sfMouseMoveEvent
[src]

Formats the value using the given formatter.

impl Copy for sfMouseMoveEvent
[src]

impl Clone for sfMouseMoveEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more