-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
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??
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels