openMSX
Public Member Functions | List of all members
openmsx::JoystickHatEvent Class Referencefinal

#include <Event.hh>

Inheritance diagram for openmsx::JoystickHatEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::JoystickHatEvent:
Collaboration graph
[legend]

Public Member Functions

 JoystickHatEvent (int joystick_, unsigned hat_, unsigned value_)
 
unsigned getHat () const
 
unsigned getValue () const
 
- Public Member Functions inherited from openmsx::JoystickEvent
int getJoystick () const
 
- Public Member Functions inherited from openmsx::TimedEvent
uint64_t getRealTime () const
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::JoystickEvent
 JoystickEvent (int joystick_)
 

Detailed Description

Definition at line 256 of file Event.hh.

Constructor & Destructor Documentation

◆ JoystickHatEvent()

openmsx::JoystickHatEvent::JoystickHatEvent ( int  joystick_,
unsigned  hat_,
unsigned  value_ 
)
inline

Definition at line 259 of file Event.hh.

Member Function Documentation

◆ getHat()

unsigned openmsx::JoystickHatEvent::getHat ( ) const
inline

Definition at line 262 of file Event.hh.

◆ getValue()

unsigned openmsx::JoystickHatEvent::getValue ( ) const
inline

Definition at line 263 of file Event.hh.


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