Struct csfml_window_sys::sfMouseButtonEvent [] [src]

pub struct sfMouseButtonEvent {
    pub type_: sfEventType,
    pub button: sfMouseButton,
    pub x: c_int,
    pub y: c_int,
}

Fields

type_: sfEventType button: sfMouseButton x: c_int y: c_int

Trait Implementations

impl Copy for sfMouseButtonEvent
[src]

impl Clone for sfMouseButtonEvent
[src]

fn clone(&self) -> sfMouseButtonEvent

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more