Revert change to only fire special combos on key up
This commit is contained in:
parent
5399b95936
commit
b2aea9f8f0
3 changed files with 31 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue