Commit b7c0259e authored by Gregory Dymarek's avatar Gregory Dymarek

Android Joystick support

parent 69ab420e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment