projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba5fd4
)
Fixed x/y axis mixup.
author
Stefanos A
<stapostol@gmail.com>
Sun, 22 Dec 2013 21:47:50 +0000
(22:47 +0100)
committer
thefiddler
<stapostol@gmail.com>
Tue, 24 Dec 2013 16:18:01 +0000
(17:18 +0100)
Source/OpenTK/Input/GamePadState.cs
patch
|
blob
|
history
diff --git
a/Source/OpenTK/Input/GamePadState.cs
b/Source/OpenTK/Input/GamePadState.cs
index ad603017d556958a7dc8e7b1a84f856d2d2f911a..b0501f6c5c12aad61c50947099156aaad56254a3 100644
(file)
--- a/
Source/OpenTK/Input/GamePadState.cs
+++ b/
Source/OpenTK/Input/GamePadState.cs
@@
-119,7
+119,7
@@
namespace OpenTK.Input
break;
case GamePadAxis.RightY:
- right_stick_
x
= value;
+ right_stick_
y
= value;
break;
default: