-
Notifications
You must be signed in to change notification settings - Fork 0
OI Reference
Andrew Schreiber edited this page Jan 20, 2014
·
2 revisions
##Logitech DualAction:
All buttons labeled on the gamepad (including 11 and 12) are accessed as their button number
Axis 1 -> Left X
Axis 2 -> Left Y
Axis 3 -> Right X
Axis 4 -> Right Y
Axis 5 -> D-Pad X (this is binary - +-1 is left/right)
Axis 6 -> D-Pad Y (binary also)
##Logitech F310 or Xbox 360 -Buttons 1-8 are used. 9-12 are not used.
Axis 1 -> Left X
Axis 2 -> Left Y
Axis 3 -> Sum of L2 and R2 analog triggers - One is positive, the other is negative, both or neither is 0.
Axis 4 -> Right X
Axis 5 -> Right y
Axis 6 -> D-Pad X (binary like above - Note that you can't read D-Pad Y)