tap property

bool tap

Enables mobile hacks for supporting instant taps (fixing 200ms click delay on iOS/Android) and touch holds (fired as contextmenu events).

Implementation

external bool get tap;
void tap=(bool value)

Implementation

external set tap(bool value);