Qt: Fix gcc-destroying
Jeffrey Pfau jeffrey@endrift.com
Sun, 17 Apr 2016 11:23:54 -0700
1 files changed,
6 insertions(+),
2 deletions(-)
jump to
M
src/platform/qt/InputProfile.h
→
src/platform/qt/InputProfile.h
@@ -69,12 +69,16 @@ {GamepadAxisEvent::Direction::NEUTRAL, -1},
{GamepadAxisEvent::Direction::NEUTRAL, -1}, {GamepadAxisEvent::Direction::NEUTRAL, -1}}, const KeyList<AxisValue> axes = { - {}, {}, {}, {}, + { GamepadAxisEvent::Direction::NEUTRAL, -1 }, + { GamepadAxisEvent::Direction::NEUTRAL, -1 }, + { GamepadAxisEvent::Direction::NEUTRAL, -1 }, + { GamepadAxisEvent::Direction::NEUTRAL, -1 }, { GamepadAxisEvent::Direction::POSITIVE, 0 }, { GamepadAxisEvent::Direction::NEGATIVE, 0 }, { GamepadAxisEvent::Direction::NEGATIVE, 1 }, { GamepadAxisEvent::Direction::POSITIVE, 1 }, - {}, {}}, + { GamepadAxisEvent::Direction::NEUTRAL, -1 }, + { GamepadAxisEvent::Direction::NEUTRAL, -1 }}, const struct Coord& tiltAxis = { 2, 3 }, const struct Coord& gyroAxis = { 0, 1 }, float gyroSensitivity = 2e+09f);