Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The MouseCursor class is an enumeration of constant values used in setting the
cursor
property
of the Mouse class.
public static const ARROW:String = "arrow"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify that the arrow cursor should be used.
public static const AUTO:String = "auto"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify that the cursor should be selected automatically based on the object under the mouse.
public static const BUTTON:String = "button"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify that the button pressing hand cursor should be used.
public static const HAND:String = "hand"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify that the dragging hand cursor should be used.
public static const IBEAM:String = "ibeam"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify that the I-beam cursor should be used.