API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAction
@codexo/exojs / input / stable
Any action kind an ActionMap can hold.
0
props
0
methods
0
events
Import
import { Action } from '@codexo/exojs'Any action kind an ActionMap can hold.
Definition1
AxisActionA named signed axis in -1..1, fed by a stick, by two opposing button groups, or by several such bindings at once. Alternative bindings are never summed. Each i… | ButtonActionA named on/off input, fed by one source or by several interchangeable ones. Sources may be digital (a key) or analog (a trigger) - the action reports the stron… | ChordActionButton-like action active while every channel in a chord is held at once - `Control+S`, a modifier held alongside a gamepad button, and so on. Exposes the same… | SequenceActionOrdered input pattern - `+` joins a chord within one step, `|` alternates between whole alternatives within one step (any ONE of which satisfies it), `>` advan… | VectorActionA named two-dimensional input, fed by a stick, by four direction buttons, or by several such bindings at once. Each alternative binding is evaluated as a whole…Source