Skip to content

Drag Module

This module handles drag interactions, events are dispatched when a single touch or mouse is pressed and moved.

Event: drag

Loading

TypeScript
import { Drag, Pointeract } from 'pointeract';
const pointeract = new Pointeract(app, Drag);