typegraph/scripts/generic/cancelTouchEvent.gml

10 lines
140 B
Plaintext
Raw Permalink Normal View History

///cancelTouchEvent()
/**
* cancelTouchEvent :: () -> ()
*
* Stops a touch event by resetting the touch_id.
*/
global.touch_id = -1;