API reference

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

T

typePointerChannel

@codexo/exojs / input / stable

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`, ...).

0
props
0
methods
0
events
Import
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`, ...).

Definition1
number & { [pointerChannelBrand]: void }
Source