Public Attributes | List of all members
ime::Event::JoystickButtonEvent Struct Reference

Joystick buttons events parameters (JoystickButtonPressed, JoystickButtonReleased) More...

#include <Event.h>

Public Attributes

unsigned int joystickId
 Index of the joystick (in range [0 .. Joystick::Count - 1]) More...
 
unsigned int button
 Index of the button that has been pressed (in range [0 .. Joystick::ButtonCount - 1]) More...
 

Detailed Description

Joystick buttons events parameters (JoystickButtonPressed, JoystickButtonReleased)

Definition at line 115 of file Event.h.

Member Data Documentation

◆ button

unsigned int ime::Event::JoystickButtonEvent::button

Index of the button that has been pressed (in range [0 .. Joystick::ButtonCount - 1])

Definition at line 117 of file Event.h.

◆ joystickId

unsigned int ime::Event::JoystickButtonEvent::joystickId

Index of the joystick (in range [0 .. Joystick::Count - 1])

Definition at line 116 of file Event.h.


The documentation for this struct was generated from the following file: