API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeVectorBinding
@codexo/exojs / input / stable
A two-dimensional binding with at least one source.
0
props
0
methods
0
events
Import
import { VectorBinding } from '@codexo/exojs'A two-dimensional binding with at least one source.
Definition1
AtLeastOneRequires at least one property of `T` to be present. Used to reject empty composite bindings such as `new AxisAction({})` at compile time.<VectorBindingShapeSources for one two-dimensional binding. `x`/`y` take directly signed sources (stick axes); `up`/`down`/`left`/`right` take button groups. Both forms may appea…>Source