Commit 08d11fd9 authored by Patrick José Pereira's avatar Patrick José Pereira

Joystick: Make circle correction on by default

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent e8c6509d
...@@ -65,7 +65,7 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int hatC ...@@ -65,7 +65,7 @@ Joystick::Joystick(const QString& name, int axisCount, int buttonCount, int hatC
, _exponential(0) , _exponential(0)
, _accumulator(false) , _accumulator(false)
, _deadband(false) , _deadband(false)
, _circleCorrection(false) , _circleCorrection(true)
, _activeVehicle(NULL) , _activeVehicle(NULL)
, _pollingStartedForCalibration(false) , _pollingStartedForCalibration(false)
, _multiVehicleManager(multiVehicleManager) , _multiVehicleManager(multiVehicleManager)
......
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