mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 16:39:02 +00:00
Revert change to only fire special combos on key up
This commit is contained in:
@@ -139,7 +139,7 @@ private:
|
||||
|
||||
void handleRelativeFingerEvent(SDL_TouchFingerEvent* event);
|
||||
|
||||
void performPendingSpecialKeyCombo();
|
||||
void performSpecialKeyCombo(KeyCombo combo);
|
||||
|
||||
static
|
||||
Uint32 longPressTimerCallback(Uint32 interval, void* param);
|
||||
@@ -200,7 +200,6 @@ private:
|
||||
SDL_Scancode scanCode;
|
||||
bool enabled;
|
||||
} m_SpecialKeyCombos[KeyComboMax];
|
||||
KeyCombo m_PendingKeyCombo;
|
||||
|
||||
SDL_TouchFingerEvent m_LastTouchDownEvent;
|
||||
SDL_TouchFingerEvent m_LastTouchUpEvent;
|
||||
|
||||
Reference in New Issue
Block a user