mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
ui/pluginopt: pass ui cancel to lua (nw)
This commit is contained in:
parent
a4fec03419
commit
d6a609e12a
@ -96,6 +96,9 @@ void menu_plugin_opt::handle()
|
||||
case IPT_UI_CLEAR:
|
||||
key = "clear";
|
||||
break;
|
||||
case IPT_UI_CANCEL:
|
||||
key = "cancel";
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user