Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
b7c0259e
Commit
b7c0259e
authored
May 01, 2016
by
Gregory Dymarek
Browse files
Android Joystick support
parent
69ab420e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Joystick/Joystick.cc
View file @
b7c0259e
...
...
@@ -44,7 +44,7 @@ const char* Joystick::_rgFunctionSettingsKey[Joystick::maxFunction] = {
};
Joystick
::
Joystick
(
const
QString
&
name
,
int
axisCount
,
int
buttonCount
,
MultiVehicleManager
*
multiVehicleManager
)
:
_exitThread
(
false
)
,
_exitThread
(
false
)
,
_name
(
name
)
,
_axisCount
(
axisCount
)
,
_buttonCount
(
buttonCount
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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