Type aliases
InteractionEventTypes
InteractionMouseEvents
InteractionMouseEvents: "rightdown" | "mousedown" | "rightup" | "mouseup" | "rightclick" | "click" | "rightupoutside" | "mouseupoutside" | "mousemove" | "mouseover" | "mouseout" | "mouseover"
InteractionPointerEvents
InteractionPointerEvents: "pointerdown" | "pointercancel" | "pointerup" | "pointertap" | "pointerupoutside" | "pointermove" | "pointerover" | "pointerout"
InteractionTouchEvents
InteractionTouchEvents: "touchstart" | "touchcancel" | "touchend" | "touchendoutside" | "touchmove" | "tap"