API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

classSteamControllerGamepadMapping

@codexo/exojs / input / stable

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.

3
props
2
methods
0
events
Import
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.

Constructors 1
new(): SteamControllerGamepadMapping
Methods 2
destroy(): void
hasChannel(channel: GamepadButtonChannel | GamepadAxisChannel): boolean
Properties 3
axes: readonly GamepadAxis[]
buttons: readonly GamepadButton[]
family: SteamController
Source