blockly > Touch > TOUCH_MAP

Touch.TOUCH_MAP variable

The TOUCH_MAP lookup dictionary specifies additional touch events to fire, in conjunction with mouse events.

Signature:

TOUCH_MAP: {
    [key: string]: string[];
}