Referencia 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.

Ejemplos

Sintaxis

draggable([elmnt])

Parámetros

elmnt

another p5.Element.

Notice any errors or typos? Please let us know. Please feel free to edit src/dom/dom.js and open a pull request!

Referencias Relacionadas