API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classSteamControllerGamepadMapping
Mapping for the Valve Steam Controller when operating in gamepad-emulation mode (i.e. Steam Input is configured to present it as a standard gamepad). Inherits the full GenericDualAnalogGamepadMapping layout. The right trackpad is surfaced as the right stick; the left trackpad is surfaced as the left stick. Gyro and haptic-only inputs are not represented.
import { SteamControllerGamepadMapping } from '@codexo/exojs' Mapping for the Valve Steam Controller when operating in gamepad-emulation mode (i.e. Steam Input is configured to present it as a standard gamepad).
Inherits the full GenericDualAnalogGamepadMapping layout. The right trackpad is surfaced as the right stick; the left trackpad is surfaced as the left stick. Gyro and haptic-only inputs are not represented.
new(): SteamControllerGamepadMapping destroy(): void hasChannel(channel: GamepadButtonChannel | GamepadAxisChannel): boolean axes: readonly GamepadAxis[] buttons: readonly GamepadButton[] family: SteamController