Qt: Initialize Shortcut::m_direction

This commit is contained in:
Vicki Pfau 2023-03-01 23:05:28 -08:00
parent 54b9fbd881
commit f45b4e3ef0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ private:
int m_shortcut = 0;
int m_button = -1;
int m_axis = -1;
GamepadAxisEvent::Direction m_direction;
GamepadAxisEvent::Direction m_direction = GamepadAxisEvent::NEUTRAL;
};
class ShortcutController : public QObject {