Window.enableTouch

機能/意味
Touch event enable / disable
タイプ
Windowクラスのプロパティ (読み書き可能)
説明
 Indicates whether touch events are enabled. You can also set a value.
 If true is specified, events such as Window.onTouchDown will be enabled, and Window.onMouseDown will not occur in touch operation.
 In environments with touch devices and multi-touch enabled, the default is true.