Page 1 of 1

Menu Framework Question

Posted: Wed Feb 14, 2018 1:03 am
by nathanj
Hey, Tony

I just installed the Menu Framework from the Extras page. Thank you for putting it together.

I'm stuck on assigning a joystick button to opening the Pause Panel. The keyboard Escape key opens it but I can't see where this assignment is made.

Thanks in advace
Nathan

Re: Menu Framework Question

Posted: Wed Feb 14, 2018 10:36 am
by Tony Li
Hi Nathan,

The pause panel responds to the "Cancel" input definition, which by default is mapped to the Escape key.

You can tell the pause panel to use a different input definition by inspecting the Menu System's Pause component and changing the Pause Button field.

Or you can map different inputs to the "Cancel" input definition by selecting Edit > Project Settings > Input.

Re: Menu Framework Question

Posted: Wed Feb 14, 2018 6:48 pm
by nathanj
Oh man, I knew it was gonna be something obvious :roll:

Thanks again,

Re: Menu Framework Question

Posted: Wed Feb 14, 2018 9:50 pm
by Tony Li
Glad to help!