mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 08:29:09 +00:00
Pass through focus-gain clicks to the host in absolute mouse mode
This commit is contained in:
@@ -77,6 +77,8 @@ public:
|
||||
|
||||
void setCaptureActive(bool active);
|
||||
|
||||
void sendSyntheticMouseState(Uint32 state, Uint32 button);
|
||||
|
||||
static
|
||||
QString getUnmappedGamepads();
|
||||
|
||||
@@ -127,6 +129,9 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user