diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-08 10:21:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 10:21:28 +0200 |
commit | 492811b319038562cfbe7fd90f0cb970e1d52926 (patch) | |
tree | 7bd06c7400423ccb39d63899b0c139a1c7551dd0 | |
parent | e253451a5b01926a32aa52bf2e78150f0f9f4bd5 (diff) | |
parent | 9aa29b85a88c5f5c9d02294ec2f57051ddc5d121 (diff) |
Merge pull request #38557 from hoontee/patch-1
Re-add __XINPUT_DEVICE__
-rw-r--r-- | core/input/godotcontrollerdb.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/input/godotcontrollerdb.txt b/core/input/godotcontrollerdb.txt index f6411e2429..adc3649d64 100644 --- a/core/input/godotcontrollerdb.txt +++ b/core/input/godotcontrollerdb.txt @@ -1,6 +1,9 @@ # Game Controller DB for Godot in SDL 2.0.10 format # Source: https://github.com/godotengine/godot +# Windows +__XINPUT_DEVICE__,XInput Gamepad,a:b12,b:b13,x:b14,y:b15,start:b4,back:b5,leftstick:b6,rightstick:b7,leftshoulder:b8,rightshoulder:b9,dpup:b0,dpdown:b1,dpleft:b2,dpright:b3,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a4,righttrigger:a5,platform:Windows, + # Javascript Default HTML5 Gamepad, Default Mapping,leftx:a0,lefty:a1,dpdown:b13,rightstick:b11,rightshoulder:b5,rightx:a2,start:b9,righty:a3,dpleft:b14,lefttrigger:a6,x:b2,dpup:b12,back:b8,leftstick:b10,leftshoulder:b4,y:b3,a:b0,dpright:b15,righttrigger:a7,b:b1,platform:Javascript, c2a94d6963726f736f66742058626f78,Wireless X360 Controller,leftx:a0,lefty:a1,dpdown:b14,rightstick:b10,rightshoulder:b5,rightx:a3,start:b7,righty:a4,dpleft:b11,lefttrigger:a2,x:b2,dpup:b13,back:b6,leftstick:b9,leftshoulder:b4,y:b3,a:b0,dpright:b12,righttrigger:a5,b:b1,platform:Javascript, |