Struct csfml_window_sys::sfJoystickButtonEvent [] [src]

#[repr(C)]
pub struct sfJoystickButtonEvent { pub type_: sfEventType, pub joystickId: c_uint, pub button: c_uint, }

Fields

Trait Implementations

impl Debug for sfJoystickButtonEvent
[src]

Formats the value using the given formatter.

impl Copy for sfJoystickButtonEvent
[src]

impl Clone for sfJoystickButtonEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more