haXe API Documentation
Back |
Indexextern class flash.events.GestureEvent
Available in flash9
- var altKey : Bool
- var ctrlKey : Bool
- var localX : Float
- var localY : Float
- var phase : String
- var shiftKey : Bool
- var stageX(default,null) : Float
- var stageY(default,null) : Float
- function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?phase : String, ?localX : Float, ?localY : Float, ?ctrlKey : Bool, ?altKey : Bool, ?shiftKey : Bool) : Void
- function updateAfterEvent() : Void
- static var GESTURE_TWO_FINGER_TAP : String
Back |
Index