Optional
consumetrue
If returns false then other events will not be fired
Optional
onIf the Pointer has moved or it the Pointer was held for a period of timerContinuous.
Optional
onCalled when Pointer is released. This is different than the regular Pointer up in that it will be called even if the Pointer is released when outside the component.
Optional
processIf this is being used for a touch device then this should be true. This will prevent the default touch events from being fired (by calling defaultPrevent during the capture phase).
false
Optional
timerOptional
timer
If true the touch events will be consumed and not propagated.