PixiJS's federated event system mirrors DOM events on the scene graph. Set to opt an object in, then listen with , , or property handlers. Move events fire only over the listening object; use for drag. Quick Start Related skills: (screen reader + keyboard), (HTML overlays), (event-heavy scenes). Core Patterns eventMode values Use for buttons, UI elements, and drag targets. Use only for objects that move under a stationary cursor and need continuous hover updates. Use to check whether an object can receive events: Event types Pointer events (recommended for cross-device compatibility): , , , ,…