mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
ui pointer options: warning message if delay is set to 0.0s
This commit is contained in:
parent
8c8c25f5e3
commit
ca65298fd4
@ -370,6 +370,9 @@ bool menu_video_options::handle(event const *ev)
|
||||
timeout -= remainder.count() ? remainder : increment;
|
||||
ui().set_pointer_activity_timeout(m_target.index(), timeout);
|
||||
changed = true;
|
||||
|
||||
if (!timeout.count())
|
||||
machine().popmessage(_("Clickable artwork is still active when pointer is hidden."));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user