MCPcopy Create free account
hub / github.com/eva-engine/eva.js / pointer

Method pointer

packages/plugin-worker/lib/events/EventSystem.ts:344–346  ·  view source on GitHub ↗

* The global pointer event. * Useful for getting the pointer position without listening to events. * @since 7.2.0

()

Source from the content-addressed store, hash-verified

342 * @since 7.2.0
343 */
344 public get pointer(): Readonly<FederatedPointerEvent> {
345 return this._rootPointerEvent;
346 }
347
348 /**
349 * Event handler for pointer down events on {@link EventSystem#domElement this.domElement}.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected