Merge pull request #987 from grizeldi/patch-2

More XBOX controller remappings
accellbaker
Paul Speed 6 years ago committed by GitHub
commit 1f02567739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      jme3-core/src/main/resources/joystick-mapping.properties

@ -173,6 +173,26 @@ Microsoft\ X-Box\ One\ S\ pad.ry=rz
Microsoft\ X-Box\ One\ S\ pad.z=trigger
Microsoft\ X-Box\ One\ S\ pad.rz=rtrigger
# XBONE S pad connected via Bluetooth
Xbox\ Wireless\ Controller.0=2
Xbox\ Wireless\ Controller.1=1
Xbox\ Wireless\ Controller.2=3
Xbox\ Wireless\ Controller.3=0
Xbox\ Wireless\ Controller.6=8
Xbox\ Wireless\ Controller.7=9
Xbox\ Wireless\ Controller.8=10
Xbox\ Wireless\ Controller.9=11
Xbox\ Wireless\ Controller.rx=z
Xbox\ Wireless\ Controller.ry=rz
# requires custom code to support trigger buttons but this
# keeps it from confusing the .rx mapping.
Xbox\ Wireless\ Controller.z=trigger
Xbox\ Wireless\ Controller.rz=rtrigger
# from : Freebox controller as "DragonRise Inc. Generic USB Joystick"
DragonRise\ Inc.\ \ \ Generic\ \ \ USB\ \ Joystick.x=rx
DragonRise\ Inc.\ \ \ Generic\ \ \ USB\ \ Joystick.y=ry

Loading…
Cancel
Save