blockly > Touch > clearTouchIdentifier
Touch.clearTouchIdentifier() function
Clear the touch identifier that tracks which touch stream to pay attention to. This ends the current drag/gesture and allows other pointers to be captured.
Signature:
export declare function clearTouchIdentifier(): void;
Returns:
void