ui pointer options: warning message if delay is set to 0.0s

This commit is contained in:
hap 2024-08-06 13:40:11 +02:00
parent 8c8c25f5e3
commit ca65298fd4

View File

@ -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;