|
| | FSMFIJoystickDeviceManager () |
| |
| virtual | ~FSMFIJoystickDeviceManager () |
| |
| virtual void | init () |
| |
| const FSUSBJoystick * | getUSBJoystickDevice (idNumber deviceID) |
| |
| | FSUpdatableJoystickDeviceManager () |
| |
| virtual void | updateEvents (idNumber joystickDeviceID, FSUSBJoyStickInputElement *elementDevice, physicalValueNumber elementValue) |
| |
| virtual void | update () |
| |
| | FSUSBJoystickDeviceManager () |
| |
| virtual | ~FSUSBJoystickDeviceManager () |
| |
| const FSUSBJoystick * | getUSBJoystickDevice (idNumber deviceID) |
| |
| void | addMapping (vendorIDType vendorUSBID, productIDType productUSBID, idNumber controlUSBID, FSDeviceInput deviceInput) |
| |
| void | addMapping (idNumber deviceID, idNumber controlID, FSDeviceInput deviceInput) |
| |
| FSUSBElementInfoMap | lookUpDeviceInputFromID (idNumber deviceID, idNumber controlID, minMaxNumber min, minMaxNumber max, physicalValueNumber value) |
| |
| FSUSBElementInfoMap | lookUpDeviceInputFromUSBID (vendorIDType vendorUSBID, productIDType productUSBID, idNumber controlID, minMaxNumber min, minMaxNumber max, physicalValueNumber value) |
| |
| FSUSBElementInfoMap | infoMapForInputType (vendorIDType vendorUSBID, productIDType productUSBID, FSDeviceInput inputToLookFor) |
| |
| bool | doesDeviceHaveDeviceInput (idNumber deviceID, FSDeviceInput inputToLookFor) |
| |
| bool | doesElementHaveDeviceInputForValue (vendorIDType vendorUSBID, productIDType productUSBID, elementID elementID, FSDeviceInput inputToLookFor) |
| |
| bool | doesDeviceHaveDeviceInput (vendorIDType vendorUSBID, productIDType productUSBID, FSDeviceInput inputToLookFor) |
| |
| bool | doesDeviceHaveDeviceInputForValue (vendorIDType vendorUSBID, productIDType productUSBID, FSDeviceInput inputToLookFor, physicalValueNumber value) |
| |
| bool | doesDeviceHaveDeviceInputForValue (idNumber deviceID, FSDeviceInput inputToLookFor, physicalValueNumber value) |
| |
| | FSUSBDeviceManager () |
| |
| virtual | ~FSUSBDeviceManager () |
| |
| | FSBaseManager () |
| |
| virtual | ~FSBaseManager () |
| |
| virtual void | ListenForAllJoysticksForEventTypes (unsigned int eventFlags, IFSJoystickListener &listener) |
| | This is the base manager. More...
|
| |
| virtual void | UnListenForAllJoysticksForEventTypes (unsigned int eventFlags, IFSJoystickListener &listener) |
| |
| float | convertRawToNormalizedRanger (double value, minMaxNumber maxValue, minMaxNumber minValue) |
| |
| virtual void | init (IFSDeviceIDCreator *idCreator) |
| |
| virtual const FSBaseDevice * | getDevice (idNumber deviceID) |
| |
|
| void | updateJoystickButtons (idNumber joyStickID, idNumber elementID, bool pressed, float value) |
| |
| void | updateJoystickAnalog (idNumber joyStickID, idNumber elementID, float value) |
| |
| void | updateConnectedControllers () |
| |
| void | addMFIDevice (void *controller) |
| |
| void | removeMFIDevice (void *device) |
| |
| void | connectControlesToController (void *contorller, idNumber joyStickID) |
| |
| void | ListenForAllJoysticksForEventType (FreeStickEventType eventType, IFSJoystickListener &listener) |
| |
| void | UnListenForAllJoysticksForEventType (FreeStickEventType eventType, IFSJoystickListener &listener) |
| |
| void | ListenForJoystickEvent (FreeStickEventType eventType, IFSJoystickListener &listener) |
| |
| void | RemoveListenerForEventType (FreeStickEventType eventType, IFSJoystickListener &listener) |
| |
| virtual void | addDevice (FSBaseDevice *device) |
| |
| virtual void | removeDevice (FSBaseDevice *device) |
| |
| virtual void | inputOnDeviceChanged (FreeStickEventType eventType, FSEventAction eventAction, FSDeviceInput inputType, idNumber deviceID, idNumber deviceControlID, int newValue, int oldValue, minMaxNumber min, minMaxNumber max) |
| |
| virtual void | inputOnDeviceChangedWithNormilzedValues (FreeStickEventType eventType, FSEventAction eventAction, FSDeviceInput inputType, idNumber deviceID, idNumber deviceControlID, float newValue, float oldValue) |
| |
| virtual elementID | getNextID () |
| |
| void | updateEvent (FSBaseEvent &event) |
| |