mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +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:
|
case IPT_UI_CLEAR:
|
||||||
key = "clear";
|
key = "clear";
|
||||||
break;
|
break;
|
||||||
|
case IPT_UI_CANCEL:
|
||||||
|
key = "cancel";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user