Calls a function when the user stops touching the element.
Calling myElement.touchMoved(false) disables the function.
Note: Touch functions only work on mobile devices.
Examples
Syntax
touchEnded(fxn)
Parameters
fxn
Function|Boolean:
function to call when the touch ends. false disables the function.
This page is generated from the comments in src/core/p5.Element.js . Please feel free to edit it and submit a pull request!