Struct csfml_window_sys::sfJoystickButtonEvent [] [src]

pub struct sfJoystickButtonEvent {
    pub type_: sfEventType,
    pub joystickid: c_uint,
    pub button: c_uint,
}

Fields

type_: sfEventType joystickid: c_uint button: c_uint

Trait Implementations

impl Copy for sfJoystickButtonEvent
[src]

impl Clone for sfJoystickButtonEvent
[src]

fn clone(&self) -> sfJoystickButtonEvent

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