mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
InterfacePane: Add BalloonTip to lock mouse checkbox
This commit is contained in:
parent
9ed1688d09
commit
a581fa2bfa
4 changed files with 10 additions and 15 deletions
|
@ -429,12 +429,6 @@ Config::ShowCursor Settings::GetCursorVisibility() const
|
|||
return Config::Get(Config::MAIN_SHOW_CURSOR);
|
||||
}
|
||||
|
||||
void Settings::SetLockCursor(bool lock_cursor)
|
||||
{
|
||||
Config::SetBaseOrCurrent(Config::MAIN_LOCK_CURSOR, lock_cursor);
|
||||
emit LockCursorChanged();
|
||||
}
|
||||
|
||||
bool Settings::GetLockCursor() const
|
||||
{
|
||||
return Config::Get(Config::MAIN_LOCK_CURSOR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue