haXe API Documentation
Back |
Indexextern class flash.automation.MouseAutomationAction
Available in flash
- var delta : Int
- var stageX : Float
- var stageY : Float
- function new(type : String, ?stageX : Float, ?stageY : Float, ?delta : Int) : Void
- static var MIDDLE_MOUSE_DOWN : String
- static var MIDDLE_MOUSE_UP : String
- static var MOUSE_DOWN : String
- static var MOUSE_MOVE : String
- static var MOUSE_UP : String
- static var MOUSE_WHEEL : String
- static var RIGHT_MOUSE_DOWN : String
- static var RIGHT_MOUSE_UP : String
Back |
Index