Window.enableTouch

Function/Meaning
Touch event enabled / disabled
Type
Window Class Properties
Explanation

Indicates whether the touch event is enabled.
You can also set the value.
If true is specified, events such as Window.onTouchDown will be enabled, and Window.onMouseDown etc. will not occur in touch operations.
In environments with touch devices and multi-touch enabled, the default is true.
Touch is always enabled on Android.