Constant | Defined By | ||
---|---|---|---|
BLOCK : uint = 0 [static] | Behaviour | ||
NEW_WINDOW : uint = 1 [static] On OSX any spawned windows will replace any previous | Behaviour | ||
REPLACE : uint = 3 [static] On Windows. | Behaviour | ||
SAME_WINDOW : uint = 2 [static] | Behaviour |
BLOCK | Constant |
public static const BLOCK:uint = 0
NEW_WINDOW | Constant |
public static const NEW_WINDOW:uint = 1
On OSX any spawned windows will replace any previous
REPLACE | Constant |
public static const REPLACE:uint = 3
On Windows. Any spawned windows opened will replace any previous. On OSX this is NEW_WINDOW's default behaviour
SAME_WINDOW | Constant |
public static const SAME_WINDOW:uint = 2