Search found 2 matches

Go to advanced search

by ilitirit
Thu Oct 20, 2016 10:58 pm
Forum: MAME Discussion
Topic: A few questions about menu handling
Replies: 1
Views: 2634

Re: A few questions about menu handling

I've figured out a way to do it. I set a flag on the menu class and load the info into a member structure that gets read the next time handle() is called.
by ilitirit
Thu Oct 20, 2016 3:31 pm
Forum: MAME Discussion
Topic: A few questions about menu handling
Replies: 1
Views: 2634

A few questions about menu handling

I'd like to mod the input configuration menu so that after an input is registered, it immediately jumps to the next menu item and selects that one to poll for the next input. The issue is though I'm not quite sure how to: 1. Get to the next menu item In the handle() method of the input menu, the seq...

Go to advanced search