API reference

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

I

interfaceBindingConflict

@codexo/exojs / input / stable

One channel bound by more than one action of the same map.

3
props
0
methods
0
events
Import
import { BindingConflict } from '@codexo/exojs'

One channel bound by more than one action of the same map.

Properties3
actions: readonly string[]
Names of the actions that bind it, in declaration order.
channel: number
Absolute channel index, after gamepad-slot resolution.
token: string
The contested control, as its serializable token.
Source