Bubba-3D  0.9.0
Awesome game engine!
Public Types | Public Member Functions | List of all members
IJoystickTranslation Class Referenceabstract
Inheritance diagram for IJoystickTranslation:
JoystickTranslation

Public Types

enum  Button : int {
  A, B, X, Y,
  LB, RB, START, BACK,
  GUIDE, LEFT_THUMBSTICK_PUSH, RIGHT_THUMBSTICK_PUSH
}
 
enum  Axis : int {
  LEFT_THUMBSTICK_X, LEFT_THUMBSTICK_Y, RIGHT_THUMBSTICK_X, RIGHT_THUMBSTICK_Y,
  DPAD_X, DPAD_Y, LT, RT
}
 

Public Member Functions

virtual float getAxisValue (Axis axis)=0
 
virtual float getButtonValue (Button button)=0
 
virtual bool isDefaultMapping ()=0
 

Detailed Description

Definition at line 24 of file IJoystickTranslation.h.


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