arnaud-jamin / Cog

Cog is a set of debug tools for Unreal Engine built on top of Dear ImGui
MIT License
357 stars 44 forks source link

Navigate by Gamepad #32

Open oreguys-noguchi opened 7 months ago

oreguys-noguchi commented 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??

dyanikoglu commented 3 months ago

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