mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Finish mouse emulation support with overlay and bugfixes
This commit is contained in:
@@ -77,6 +77,8 @@ private:
|
||||
|
||||
void toggleFullscreen();
|
||||
|
||||
void notifyMouseEmulationMode(bool enabled);
|
||||
|
||||
void updateOptimalWindowDisplayMode();
|
||||
|
||||
static
|
||||
@@ -141,6 +143,7 @@ private:
|
||||
bool m_UnexpectedTermination;
|
||||
SdlInputHandler* m_InputHandler;
|
||||
SDL_SpinLock m_InputHandlerLock;
|
||||
int m_MouseEmulationRefCount;
|
||||
|
||||
int m_ActiveVideoFormat;
|
||||
int m_ActiveVideoWidth;
|
||||
|
||||
Reference in New Issue
Block a user