Merge pull request #5971 from Hinsbart/ui_axis
UI navigation via JOYSTICK_MOTION.
This commit is contained in:
commit
73f83fadc8
|
@ -2095,6 +2095,7 @@ void Viewport::_gui_input_event(InputEvent p_event) {
|
|||
} break;
|
||||
case InputEvent::ACTION:
|
||||
case InputEvent::JOYSTICK_BUTTON:
|
||||
case InputEvent::JOYSTICK_MOTION:
|
||||
case InputEvent::KEY: {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue