InterfacePane: Add BalloonTip to lock mouse checkbox

This commit is contained in:
Dentomologist 2023-11-12 01:32:03 -08:00 committed by Admiral H. Curtiss
commit a581fa2bfa
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
4 changed files with 10 additions and 15 deletions

View file

@ -124,7 +124,6 @@ public:
// Graphics
void SetCursorVisibility(Config::ShowCursor hideCursor);
Config::ShowCursor GetCursorVisibility() const;
void SetLockCursor(bool lock_cursor);
bool GetLockCursor() const;
void SetKeepWindowOnTop(bool top);
bool IsKeepWindowOnTopEnabled() const;