Cog
Cog copied to clipboard
Navigate by Gamepad
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.