class js.html.TouchEvent extends UIEvent

Available on all platforms

Instance Fields

function initTouchEvent(type:String, canBubble:Bool, cancelable:Bool, view:Window, detail:Int, ctrlKey:Bool, altKey:Bool, shiftKey:Bool, metaKey:Bool, touches:TouchList, targetTouches:TouchList, changedTouches:TouchList):Void