fix: repair gameplay controller input handling
This commit is contained in:
parent
ce733818e2
commit
908cf2733a
7 changed files with 77 additions and 24 deletions
|
|
@ -80,7 +80,7 @@ const ROLE_LABELS: Dictionary = {
|
|||
ROLE_A: "jump / menu accept",
|
||||
ROLE_B: "menu back",
|
||||
ROLE_X: "player menu",
|
||||
ROLE_Y: "interact",
|
||||
ROLE_Y: "character call",
|
||||
ROLE_LB: "focus chat or world",
|
||||
ROLE_RB: "primary action",
|
||||
ROLE_POINTER_MODIFIER: "virtual mouse modifier",
|
||||
|
|
@ -138,7 +138,7 @@ const BUTTON_ACTION_ROLES: Dictionary = {
|
|||
&"ui_accept": ROLE_A,
|
||||
&"ui_cancel": ROLE_B,
|
||||
&"open_backpack": ROLE_X,
|
||||
&"interact": ROLE_Y,
|
||||
&"character_call": ROLE_Y,
|
||||
&"focus_gameplay": ROLE_LB,
|
||||
&"fish_primary": ROLE_RB,
|
||||
&"open_chat": ROLE_SELECT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue