Reference draggable()

draggable()

Makes the element draggable.

The parameter, elmnt, is optional. If another p5.Element object is passed, as in myElement.draggable(otherElement), the other element will become draggable.

Examples

Syntax

draggable([elmnt])

Parameters

elmnt
p5.Element: another p5.Element.

Related References