Add option to hide mouse on inactivity (#955)

Also allow user to specify how long to wait before hiding
This commit is contained in:
WaluigiWare64
2021-01-21 18:48:25 +00:00
committed by GitHub
parent 1494d7aa24
commit bf0ea26596
8 changed files with 322 additions and 7 deletions

View File

@ -92,6 +92,9 @@ extern char RecentROMList[10][1024];
extern int EnableCheats;
extern int MouseHide;
extern int MouseHideSeconds;
}
#endif // PLATFORMCONFIG_H