API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceStandardGamepadMappingOptions
@codexo/exojs / input / stable
Options for a device that follows the standard layout with at most one extra button.
3
props
0
methods
0
events
Import
import { StandardGamepadMappingOptions } from '@codexo/exojs'Options for a device that follows the standard layout with at most one extra button.
Properties3
Device-specific buttons appended after the standard layout. Their raw indices must not collide with 0-16.
Family to report. Defaults to GamepadMappingFamily.GenericDualAnalog.
Prompt labels that differ from the family default.
Source