Revert "Pass through focus-gain clicks to the host in absolute mouse mode"

This reverts commit 05e82c24f8.
This commit is contained in:
Cameron Gutman
2020-05-06 20:04:07 -07:00
parent 05e82c24f8
commit 400754c5b3
3 changed files with 2 additions and 96 deletions
-5
View File
@@ -77,8 +77,6 @@ public:
void setCaptureActive(bool active);
void sendSyntheticMouseState(Uint32 state, Uint32 button);
static
QString getUnmappedGamepads();
@@ -129,9 +127,6 @@ private:
bool m_AbsoluteMouseMode;
bool m_AbsoluteTouchMode;
bool m_PendingFocusGain;
Uint32 m_PendingFocusButtonUp;
SDL_TouchFingerEvent m_TouchDownEvent[MAX_FINGERS];
SDL_TimerID m_LeftButtonReleaseTimer;
SDL_TimerID m_RightButtonReleaseTimer;