mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 01:21:26 +00:00
Rename remaining WinRT references to UWP
This commit is contained in:
parent
b113c7b7a3
commit
411faaa6f4
18 changed files with 169 additions and 169 deletions
|
|
@ -740,7 +740,7 @@ static const char *s_ControllerMappings [] =
|
|||
#endif
|
||||
|
||||
#ifdef UWP_ENABLED
|
||||
"__WINRT_GAMEPAD__,Xbox Controller,a:b2,b:b3,x:b4,y:b5,start:b0,back:b1,leftstick:b12,rightstick:b13,leftshoulder:b10,rightshoulder:b11,dpup:b6,dpdown:b7,dpleft:b8,dpright:b9,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a4,righttrigger:a5,",
|
||||
"__UWP_GAMEPAD__,Xbox Controller,a:b2,b:b3,x:b4,y:b5,start:b0,back:b1,leftstick:b12,rightstick:b13,leftshoulder:b10,rightshoulder:b11,dpup:b6,dpdown:b7,dpleft:b8,dpright:b9,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a4,righttrigger:a5,",
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue