Revert change to only fire special combos on key up

This commit is contained in:
Cameron Gutman 2021-02-28 15:06:46 -06:00
commit b2aea9f8f0
3 changed files with 31 additions and 51 deletions

View file

@ -24,7 +24,6 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, NvComputer*, int s
m_FakeCaptureActive(false),
m_CaptureSystemKeysMode(prefs.captureSysKeysMode),
m_MouseCursorCapturedVisibilityState(SDL_DISABLE),
m_PendingKeyCombo(KeyComboMax),
m_LongPressTimer(0),
m_StreamWidth(streamWidth),
m_StreamHeight(streamHeight),