Constructor

new(caption:String, x:Float, y:Float, width:Int, height:Int)

Variables

@:value(0)height:Int = 0

@:value("flixel/images/logo/default.png")icon:String = "flixel/images/logo/default.png"

@:value(null)parent:Window = null

@:value("Window")title:String = "Window"

@:value(0)width:Int = 0

@:value(0)winX:Float = 0

@:value(0)winY:Float = 0

@:value(null)windowCamera:FlxCamera = null

Methods

create():Void

onDesktopSizeChange(width:Int, height:Int):Void

onWindowResize(width:Int, height:Int):Void

setSize(width:Int, height:Int):Void

Inherited Variables

Defined by WindowGroup

@:value(FlxPoint.get(0, 0))scrollFactor:FlxPoint = FlxPoint.get(0, 0)

@:value(true)updateScrolls:Bool = true

@:value(0)x:Float = 0

@:value(0)y:Float = 0

Inherited Methods

Defined by WindowGroup

updateAnchor(x:Float, y:Float, ?cameras:Array<FlxCamera>):Void