Run formatter

This commit is contained in:
Joshua Granick
2019-07-12 12:08:09 -07:00
parent 66344c8523
commit 1188b3aa42
77 changed files with 6499 additions and 6110 deletions

View File

@@ -4,8 +4,7 @@ extern class NativeWindowBoundsEvent extends Event
{
var afterBounds(default, never):flash.geom.Rectangle;
var beforeBounds(default, never):flash.geom.Rectangle;
function new(type:String, bubbles:Bool = false, cancelable:Bool = false, ?beforeBounds:flash.geom.Rectangle,
?afterBounds:flash.geom.Rectangle):Void;
function new(type:String, bubbles:Bool = false, cancelable:Bool = false, ?beforeBounds:flash.geom.Rectangle, ?afterBounds:flash.geom.Rectangle):Void;
static var MOVE(default, never):String;
static var MOVING(default, never):String;
static var RESIZE(default, never):String;

View File

@@ -6,8 +6,7 @@ extern class StorageVolumeChangeEvent extends Event
var _volume:flash.filesystem.StorageVolume;
var rootDirectory(default, never):flash.filesystem.File;
var storageVolume(default, never):flash.filesystem.StorageVolume;
function new(type:String, bubbles:Bool = false, cancelable:Bool = false, ?path:flash.filesystem.File,
?volume:flash.filesystem.StorageVolume):Void;
function new(type:String, bubbles:Bool = false, cancelable:Bool = false, ?path:flash.filesystem.File, ?volume:flash.filesystem.StorageVolume):Void;
static var STORAGE_VOLUME_MOUNT(default, never):String;
static var STORAGE_VOLUME_UNMOUNT(default, never):String;
}

View File

@@ -30,8 +30,8 @@ package flash.events;
function new(type:String, bubbles:Bool = true, cancelable:Bool = false, touchPointID:Int = 0, isPrimaryTouchPoint:Bool = false, localX:Float = 0. /*NaN*/,
localY:Float = 0. /*NaN*/, sizeX:Float = 0. /*NaN*/, sizeY:Float = 0. /*NaN*/, pressure:Float = 0. /*NaN*/,
?relatedObject:flash.display.InteractiveObject, ctrlKey:Bool = false, altKey:Bool = false, shiftKey:Bool = false
#if air, commandKey:Bool = false, controlKey:Bool = false, ?timestamp:Float, ?touchIntent:TouchEventIntent, ?samples:flash.utils
.ByteArray, isTouchPointCanceled:Bool = false #end):Void;
#if air, commandKey:Bool = false, controlKey:Bool = false, ?timestamp:Float, ?touchIntent:TouchEventIntent, ?samples:flash.utils.ByteArray,
isTouchPointCanceled:Bool = false #end):Void;
#if air
function getSamples(buffer:flash.utils.ByteArray, append:Bool = false):UInt;
function isToolButtonDown(index:Int):Bool;