Finish mouse emulation support with overlay and bugfixes

This commit is contained in:
Cameron Gutman
2019-05-19 13:10:42 -07:00
parent fc8d5d5799
commit 674220087f
3 changed files with 59 additions and 24 deletions
+3
View File
@@ -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;