Struct csfml_window_sys::sfJoystickMoveEvent [] [src]

#[repr(C)]
pub struct sfJoystickMoveEvent { pub type_: sfEventType, pub joystickId: c_uint, pub axis: sfJoystickAxis, pub position: f32, }

Fields

Trait Implementations

impl Debug for sfJoystickMoveEvent
[src]

Formats the value using the given formatter.

impl Copy for sfJoystickMoveEvent
[src]

impl Clone for sfJoystickMoveEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more