forked from woofmeow/straywild
fix: harden controller navigation and text entry
This commit is contained in:
parent
c4e49cdc52
commit
8ea877ecf4
28 changed files with 1320 additions and 96 deletions
|
|
@ -80,7 +80,7 @@ const ROLE_LABELS: Dictionary = {
|
|||
ROLE_A: "jump / menu accept",
|
||||
ROLE_B: "menu back",
|
||||
ROLE_X: "player menu",
|
||||
ROLE_Y: "character call",
|
||||
ROLE_Y: "interact / character call",
|
||||
ROLE_LB: "focus chat or world",
|
||||
ROLE_RB: "primary action",
|
||||
ROLE_POINTER_MODIFIER: "virtual mouse modifier",
|
||||
|
|
@ -138,6 +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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue