API reference

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

I

interfacePlatformPositionalEvent

@codexo/exojs / core / stable

A positioned host event with no pointer identity of its own, such as a context-menu request.

2
props
2
methods
0
events
Import
import { PlatformPositionalEvent } from '@codexo/exojs'

A positioned host event with no pointer identity of its own, such as a context-menu request.

Methods2
preventDefault(): void
stopImmediatePropagation(): void
Properties2
clientX: number
clientY: number
Source