#include <FSAndroidJoystick.h>
|
| FSAndroidJoystick (int androidDeviceID, idNumber joyStickID, unsigned int numberOfButtons, unsigned int numberOfAnlogSticks, unsigned int numberOfDigitalSticks, bool forceFeedBackSupported, JavaVM *jvm) |
|
unsigned int | Init (FSUSBJoystickDeviceManager &usbJoystickManager) |
|
virtual | ~FSAndroidJoystick () |
|
int | getAndroidID () const |
|
virtual FSDeviceType | getClassType () const |
|
| ~FSUSBJoystick () |
|
| FSUSBJoystick (idNumber joyStickID, unsigned int numberOfButtons, unsigned int numberOfAnlogSticks, unsigned int numberOfDigitalSticks, bool forceFeedBackSupported, vendorIDType vendorID, productIDType productID) |
|
unsigned int | getNumberOfButtons () const |
|
unsigned int | getNumberOfAnlogSticks () const |
|
unsigned int | getNumberOfDigitalSticks () const |
|
bool | getForceFeedbackSupport () const |
|
void | addInputElement (FSUSBJoyStickInputElement &element) |
|
JoyStickElementMap | getElements () const |
|
std::vector< idNumber > | getElementIds () const |
|
const FSUSBJoyStickInputElement * | findInputElement (idNumber id) const |
|
JoyStickElementMap::const_iterator | begin () const |
|
JoyStickElementMap::const_iterator | end () const |
|
JoyStickElementMap::iterator | begin () |
|
JoyStickElementMap::iterator | end () |
|
| FSUSBDevice (idNumber id, vendorIDType vendorID, productIDType productID) |
|
const std::string | getVendorFriendlyName () const |
|
const std::string | getProductFrendlyName () const |
|
vendorIDType | getProductID () const |
|
productIDType | getVendorID () const |
|
virtual idNumber | getJoystickID () const |
|
const std::string & | GetFrendlyName () const |
|
| FSBaseDevice (idNumber id) |
|
virtual | ~FSBaseDevice () |
|
◆ FSAndroidJoystick() [1/2]
freestick::FSAndroidJoystick::FSAndroidJoystick |
( |
| ) |
|
|
protected |
◆ FSAndroidJoystick() [2/2]
FSAndroidJoystick::FSAndroidJoystick |
( |
int |
androidDeviceID, |
|
|
idNumber |
joyStickID, |
|
|
unsigned int |
numberOfButtons, |
|
|
unsigned int |
numberOfAnlogSticks, |
|
|
unsigned int |
numberOfDigitalSticks, |
|
|
bool |
forceFeedBackSupported, |
|
|
JavaVM * |
jvm |
|
) |
| |
◆ ~FSAndroidJoystick()
virtual freestick::FSAndroidJoystick::~FSAndroidJoystick |
( |
| ) |
|
|
inlinevirtual |
◆ getAndroidID()
int freestick::FSAndroidJoystick::getAndroidID |
( |
| ) |
const |
|
inline |
◆ getClassType()
virtual FSDeviceType freestick::FSAndroidJoystick::getClassType |
( |
| ) |
const |
|
inlinevirtual |
◆ Init()
The documentation for this class was generated from the following files: