Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ACGL
acgl
Commits
11377c2c
Commit
11377c2c
authored
Aug 08, 2014
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed button layout
parent
73665cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ACGL/HardwareSupport/GamePad.cc
src/ACGL/HardwareSupport/GamePad.cc
+2
-2
No files found.
src/ACGL/HardwareSupport/GamePad.cc
View file @
11377c2c
...
...
@@ -201,8 +201,8 @@ GamePad::GamePad( int _n )
setAxisMapping
(
LEFT_ANALOG_STICK_X
,
0
);
setAxisMapping
(
LEFT_ANALOG_STICK_Y
,
1
);
setAxisMapping
(
RIGHT_ANALOG_STICK_
X
,
3
);
mAxesMultiplier
[
3
]
=
-
1.0
f
;
setAxisMapping
(
RIGHT_ANALOG_STICK_
Y
,
4
);
mAxesMultiplier
[
4
]
=
-
1.0
f
;
setAxisMapping
(
RIGHT_ANALOG_STICK_
Y
,
3
);
mAxesMultiplier
[
3
]
=
-
1.0
f
;
setAxisMapping
(
RIGHT_ANALOG_STICK_
X
,
4
);
setMinAxisSensitivity
(
0.2
f
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment