API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
enumPointerStateFlag
@codexo/exojs / input / stable
Bit flags accumulated on a Pointer between frames so consumers can detect transient events (entered the canvas, was released, was cancelled) even if the pointer's `currentState` has already moved on. Cleared each frame by the InteractionManager.
0
props
0
methods
0
events
Import
import { PointerStateFlag } from '@codexo/exojs' Bit flags accumulated on a Pointer between frames so consumers can detect transient events (entered the canvas, was released, was cancelled) even if the pointer's `currentState` has already moved on. Cleared each frame by the InteractionManager.
Members 7
Cancel Down Leave Move None Over Up Source