Remember desired cursor hide state

Fixes #511
This commit is contained in:
Cameron Gutman
2021-01-30 11:08:01 -06:00
parent 5309a02f6d
commit 1cd66419d4
4 changed files with 7 additions and 3 deletions

View File

@@ -168,6 +168,7 @@ private:
QString m_OldIgnoreDevices;
QString m_OldIgnoreDevicesExcept;
bool m_CaptureSystemKeysEnabled;
int m_MouseCursorCapturedVisibilityState;
struct {
KeyCombo keyCombo;