Multitouch.hx 379 B

12345678910
  1. package flash.ui;
  2. @:require(flash10_1) extern class Multitouch {
  3. static var inputMode : MultitouchInputMode;
  4. static var mapTouchToMouse : Bool;
  5. static var maxTouchPoints(default,never) : Int;
  6. static var supportedGestures(default,never) : flash.Vector<String>;
  7. static var supportsGestureEvents(default,never) : Bool;
  8. static var supportsTouchEvents(default,never) : Bool;
  9. }