mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
InterfacePane: Add BalloonTip to lock mouse checkbox
This commit is contained in:

committed by
Admiral H. Curtiss

parent
9ed1688d09
commit
a581fa2bfa
@ -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);
|
||||
|
Reference in New Issue
Block a user