Cog icon indicating copy to clipboard operation
Cog copied to clipboard

Navigate by Gamepad

Open oreguys-noguchi opened this issue 1 year ago • 2 comments

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??

oreguys-noguchi avatar Apr 17 '24 10:04 oreguys-noguchi

Any updates on this? Gamepad ui navigation support is a must in my opinion.

dyanikoglu avatar Aug 08 '24 13:08 dyanikoglu