Skip to content

Commit 0ae3bb8

Browse files
committed
add vsyncEnabled property to air externs
1 parent 2adec4b commit 0ae3bb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

externs/air/flash/display/Stage.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ extern class Stage extends DisplayObjectContainer
8282
@:flash.property var stageWidth(get, set):Int;
8383
#if air
8484
@:flash.property var supportedOrientations(get, never):flash.Vector<StageOrientation>;
85+
@:flash property var vsyncEnabled(get, set):Bool;
8586
#end
8687
@:flash.property @:require(flash10_1) var wmodeGPU(get, never):Bool;
8788
@:flash.property static var supportsOrientationChange(get, never):Bool;

0 commit comments

Comments
 (0)