Skip to content

@tripo3d/engine / PointerEventFamily

Type Alias: PointerEventFamily

ts
type PointerEventFamily = "activate" | "all" | "hover" | "press";

Defined in: core/types/runtime.ts:40

定义指针命中测试的事件族。

基于 MIT 协议发布(内部使用)