API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typePointerChannel
Branded numeric type identifying a canonical pointer-state input channel. Values are absolute offsets into the engine's shared Float32Array input channel buffer; the brand keeps the type system from confusing pointer channels with other channel kinds. User code reads channel constants from the Pointer namespace (`Pointer.X`, `Pointer.Active`, `Pointer.Slot1X`, ...).
import { PointerChannel } from '@codexo/exojs'Branded numeric type identifying a canonical pointer-state input channel. Values are absolute offsets into the engine's shared Float32Array input channel buffer; the brand keeps the type system from confusing pointer channels with other channel kinds.
User code reads channel constants from the Pointer namespace (`Pointer.X`, `Pointer.Active`, `Pointer.Slot1X`, ...).
number & { [pointerChannelBrand]: void }