Haxe API Documentation
Back | Index
extern class flash.events.TransformGestureEvent
extends GestureEvent
Available in flash
var offsetX : Float
var offsetY : Float
var rotation : Float
var scaleX : Float
var scaleY : Float
function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?phase : String, ?localX : Float, ?localY : Float, ?scaleX : Float, ?scaleY : Float, ?rotation : Float, ?offsetX : Float, ?offsetY : Float, ?ctrlKey : Bool, ?altKey : Bool, ?shiftKey : Bool) : Void
static var GESTURE_PAN : String
static var GESTURE_ROTATE : String
static var GESTURE_SWIPE : String
static var GESTURE_ZOOM : String
Back | Index