Struct sdl2_sys::SDL_JoyHatEvent [] [src]

#[repr(C)]
pub struct SDL_JoyHatEvent { pub type_: Uint32, pub timestamp: Uint32, pub which: SDL_JoystickID, pub hat: Uint8, pub value: Uint8, pub padding1: Uint8, pub padding2: Uint8, }

\brief Joystick hat position change event structure (event.jhat.*)

Fields

< ::SDL_JOYHATMOTION

< The joystick instance id

< The joystick hat index

< The hat position value. * \sa ::SDL_HAT_LEFTUP ::SDL_HAT_UP ::SDL_HAT_RIGHTUP * \sa ::SDL_HAT_LEFT ::SDL_HAT_CENTERED ::SDL_HAT_RIGHT * \sa ::SDL_HAT_LEFTDOWN ::SDL_HAT_DOWN ::SDL_HAT_RIGHTDOWN * * Note that zero means the POV is centered.

Trait Implementations

impl Debug for SDL_JoyHatEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_JoyHatEvent
[src]

impl Clone for SDL_JoyHatEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more