Previous 199869 Revisions Next

r29571 Saturday 12th April, 2014 at 16:08:57 UTC by Nathan Woods
IPT_UI_SELECT will now work in addition to IPT_UI_DOWN to expand a menu from the root menubar
[/branches/new_menus/src/emu/ui]menubar.c

branches/new_menus/src/emu/ui/menubar.c
r29570r29571
272272         // no pull down menu selected
273273         code_previous_menu = IPT_UI_LEFT;
274274         code_next_menu = IPT_UI_RIGHT;
275         code_child_menu1 = IPT_UI_DOWN;
275         code_child_menu1 = IPT_UI_SELECT;
276         code_child_menu2 = IPT_UI_DOWN;
276277      }
277278      else
278279      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team