home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Multimedija
/
shufflr.air
/
ShufflrClient.swf
/
scripts
/
mx
/
managers
/
CursorManagerPriority.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-06-23
|
463 b
|
24 lines
package mx.managers
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class CursorManagerPriority
{
mx_internal static const VERSION:String = "3.5.0.12683";
public static const HIGH:int = 1;
public static const MEDIUM:int = 2;
public static const LOW:int = 3;
public function CursorManagerPriority()
{
super();
}
}
}