API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: numberAbsolute channel index, after gamepad-slot resolution.
token: stringThe contested control, as its serializable token.
Source