10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
///cancelTouchEvent()
|
||
|
/**
|
||
|
* cancelTouchEvent :: () -> ()
|
||
|
*
|
||
|
* Stops a touch event by resetting the touch_id.
|
||
|
*/
|
||
|
|
||
|
global.touch_id = -1;
|
||
|
|