class openfl.events.TouchEvent extends Event
Class Fields
static function __create(type:String, touch:Dynamic, stageX:Float, stageY:Float, local:Point, target:InteractiveObject): TouchEvent
Instance Fields
Show inherited public instance fields | Hide inherited public instance fields
|
function new(type:String, ?bubbles:Bool, ?cancelable:Bool, ?touchPointID:Int, ?isPrimaryTouchPoint:Bool, ?localX:Float, ?localY:Float, ?sizeX:Float, ?sizeY:Float, ?pressure:Float, ?relatedObject:InteractiveObject, ?ctrlKey:Bool, ?altKey:Bool, ?shiftKey:Bool, ?commandKey:Bool, ?controlKey:Bool, ?timestamp:Float, ?touchIntent:String, ?samples:ByteArray, ?isTouchPointCanceled:Bool): Void