| 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 |
| r29570 | r29571 | |
|---|---|---|
| 272 | 272 | // no pull down menu selected |
| 273 | 273 | code_previous_menu = IPT_UI_LEFT; |
| 274 | 274 | 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; | |
| 276 | 277 | } |
| 277 | 278 | else |
| 278 | 279 | { |
| Previous | 199869 Revisions | Next |