Function: clearTouchIdentifier()
function clearTouchIdentifier(): void;
Defined in: packages/blockly/core/touch.ts:93
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.
Returns
void