Skip to content

textmode.js / input / gamepad / TextmodeGamepadButtonSnapshot

Interface: TextmodeGamepadButtonSnapshot

Immutable snapshot of a single gamepad button for the current frame.

Properties

PropertyTypeDescription
pressedbooleanWhether the browser currently reports this button as pressed.
touched?booleanWhether the button is being touched, when the browser exposes that data.
valuenumberAnalog value in the range the browser reports, typically 0..1.