ParaScript.OnPointerUp

Declaration

function OnPointerUp(eventData) end

Description

Interface to implement if you wish to receive OnPointerUp callbacks.

Note: In order to receive OnPointerUp callbacks, you must also implement the EventSystems.IPointerDownHandler and IPointerDownHandler interface