#include <FSXInputJoystick.h>
|
| FSXInputJoystick (XINPUT_STATE &state, DWORD id, idNumber joyStickID, unsigned int numberOfButtons, unsigned int numberOfAnlogSticks, unsigned int numberOfDigitalSticks, bool forceFeedBackSupported, long vendorID, long productID, FSUSBJoystickDeviceManager &usbJoystickManager) |
|
void | addXinputElements (XINPUT_STATE &state) |
|
void | addButtonElement (unsigned int buttonID) |
|
void | addElement (unsigned int buttonID, minMaxNumber min, minMaxNumber max, physicalValueNumber currentValue) |
|
void | setCalibrated () |
|
bool | isCalibrated () 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 |
|
virtual FSDeviceType | getClassType () 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 () |
|
◆ FSXInputJoystick()
FSXInputJoystick::FSXInputJoystick |
( |
XINPUT_STATE & |
state, |
|
|
DWORD |
id, |
|
|
idNumber |
joyStickID, |
|
|
unsigned int |
numberOfButtons, |
|
|
unsigned int |
numberOfAnlogSticks, |
|
|
unsigned int |
numberOfDigitalSticks, |
|
|
bool |
forceFeedBackSupported, |
|
|
long |
vendorID, |
|
|
long |
productID, |
|
|
FSUSBJoystickDeviceManager & |
usbJoystickManager |
|
) |
| |
◆ addButtonElement()
void FSXInputJoystick::addButtonElement |
( |
unsigned int |
buttonID | ) |
|
◆ addElement()
◆ addXinputElements()
void FSXInputJoystick::addXinputElements |
( |
XINPUT_STATE & |
state | ) |
|
◆ isCalibrated()
bool FSXInputJoystick::isCalibrated |
( |
| ) |
const |
◆ setCalibrated()
void FSXInputJoystick::setCalibrated |
( |
| ) |
|
The documentation for this class was generated from the following files: