Adds support for touch-based HTML5 drag/drop operations.
This module is useful for applications that implement HTML5 drag and drop
operations, which work with mouse events but not with touch events.
When you import this module into your projects, it creates an instance of
the DragDropTouch class. This object listens to touch events and
raises the appropriate HTML5 drag/drop events as if the events had been
caused by mouse actions.
Adds support for touch-based HTML5 drag/drop operations.
This module is useful for applications that implement HTML5 drag and drop operations, which work with mouse events but not with touch events.
When you import this module into your projects, it creates an instance of the DragDropTouch class. This object listens to touch events and raises the appropriate HTML5 drag/drop events as if the events had been caused by mouse actions.