Initial support for AIR
This commit is contained in:
7
externs/air/flash/display/NativeWindowDisplayState.hx
Normal file
7
externs/air/flash/display/NativeWindowDisplayState.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package flash.display;
|
||||
|
||||
@:fakeEnum(String) extern enum NativeWindowDisplayState {
|
||||
MAXIMIZED;
|
||||
MINIMIZED;
|
||||
NORMAL;
|
||||
}
|
||||
Reference in New Issue
Block a user