Changes between Version 1 and Version 2 of ControlSystems/GameControllers/LogitechF310


Ignore:
Timestamp:
Nov 3, 2019, 10:16:44 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/GameControllers/LogitechF310

    v1 v2  
    1 The Logitech F310 game controller is an inexpensive alternative to the standard Xbox controller that can be purchased form $15 to [https://www.amazon.com/Logitech-940-000110-Gamepad-F310/dp/B003VAHYQY $20] delivered.   The F310 uses different constants for accessing the joysticks so you can't rely on the constants defined in GenericHID.Hand. 
     1The Logitech F310 game controller is an inexpensive alternative to the standard Xbox controller that can be purchased for [https://www.amazon.com/Logitech-940-000110-Gamepad-F310/dp/B003VAHYQY $20 delivered].   The F310 uses different constants for accessing the joysticks so you can't rely on the constants defined in GenericHID.Hand. 
    22
    33You can access the F310 joystick axes using the method xbox.getRawAxis(n) where n is the axis number.