Open oreguys-noguchi opened 7 months ago
Hi.
I want to navigate menu ONLY by gamepad.
I edited plugin code to enable gamepad navigation flag(Uncomment bNavEnableGampad and comment out
if (KeyEvent.GetKey().IsGamepadKey()) { return FReply::Unhandled() }
)
Then I can navigate by gamepad if only I focused one of the main menu by mouse. But I want to this first focus by GAMEPAD.
Are there any ways??
Any updates on this? Gamepad ui navigation support is a must in my opinion.
Hi.
I want to navigate menu ONLY by gamepad.
I edited plugin code to enable gamepad navigation flag(Uncomment bNavEnableGampad and comment out
)
Then I can navigate by gamepad if only I focused one of the main menu by mouse. But I want to this first focus by GAMEPAD.
Are there any ways??