GenericHID Interface.
More...
#include <GenericHID.h>
|
enum | JoystickHand { kLeftHand = 0,
kRightHand = 1
} |
|
|
virtual float | GetX (JoystickHand hand=kRightHand) const =0 |
|
virtual float | GetY (JoystickHand hand=kRightHand) const =0 |
|
virtual float | GetZ () const =0 |
|
virtual float | GetTwist () const =0 |
|
virtual float | GetThrottle () const =0 |
|
virtual float | GetRawAxis (uint32_t axis) const =0 |
|
virtual bool | GetTrigger (JoystickHand hand=kRightHand) const =0 |
|
virtual bool | GetTop (JoystickHand hand=kRightHand) const =0 |
|
virtual bool | GetBumper (JoystickHand hand=kRightHand) const =0 |
|
virtual bool | GetRawButton (uint32_t button) const =0 |
|
virtual int | GetPOV (uint32_t pov=0) const =0 |
|
The documentation for this class was generated from the following file: