textmode.js / input / gamepad / TextmodeGamepadStickSnapshot
Interface: TextmodeGamepadStickSnapshot
Normalized two-axis stick state for standard-mapped controllers.
Properties
| Property | Type | Description |
|---|---|---|
magnitude | number | Euclidean magnitude derived from x and y. |
x | number | Horizontal stick displacement. |
y | number | Vertical stick displacement. |