diff options
author | George Marques <george@gmarqu.es> | 2016-11-02 19:22:49 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-11-03 14:51:08 -0200 |
commit | 411faaa6f478f837aa40893eaadf67e2b5d57cec (patch) | |
tree | d75d928bb9d244edd7b33f04c8ad31e840802bfe /main/input_default.cpp | |
parent | b113c7b7a3e63581ae268b0ae7f827d55e381b82 (diff) | |
download | redot-engine-411faaa6f478f837aa40893eaadf67e2b5d57cec.tar.gz |
Rename remaining WinRT references to UWP
Diffstat (limited to 'main/input_default.cpp')
-rw-r--r-- | main/input_default.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/input_default.cpp b/main/input_default.cpp index 09b1d53c5f..0995f7132d 100644 --- a/main/input_default.cpp +++ b/main/input_default.cpp @@ -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 }; |