Skip to content

Navigate by Gamepad #32

@oreguys-noguchi

Description

@oreguys-noguchi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions