textmode.js / input / gamepad / TextmodeStandardButtonName
Type Alias: TextmodeStandardButtonName
ts
type TextmodeStandardButtonName =
| "south"
| "east"
| "west"
| "north"
| "l1"
| "r1"
| "l2"
| "r2"
| "select"
| "start"
| "leftStickPress"
| "rightStickPress"
| "home"
| "dpadUp"
| "dpadDown"
| "dpadLeft"
| "dpadRight";Semantic button names exposed for standard-mapped controllers.