Bug #604
Menu navigation using the WASD defaults for up/down
Start date:
2009-02-09
% Done:
100%
Description
As of svn rev #6330 navigation of the menu using the default WASD bindings for up/left/down/right respectively no longer work.
Labels: User Interface
History
#1 Updated by danij almost 16 years ago
In addition, it is not possible to open the menu during the title loop by pressing a mouse or joystick button as the event passed to Hu_MenuResponder (by G_UIResponder) has not had event_t::state initialized. Has the format of event_t changed?
#2 Updated by danij almost 16 years ago
The issue detailed in the original artifact should now be fixed as of svn rev #6336.
Triggering the menu using either the mouse or a joystick, is not yet possible via the menu fallback responder.
#3 Updated by danij almost 16 years ago
Fixed issue with mouse buttons not opening the menu during the title loop.