Packagecom.gestureworks.managers
Classpublic class MouseManager
InheritanceMouseManager Inheritance Object



Public Properties
 PropertyDefined By
  graphicAlpha : Number = 1
[static] Sets the simulator graphic alpha.
MouseManager
  graphicColor : uint = 0xFFAE1F
[static] Sets the simulator graphic color.
MouseManager
  graphicRadius : Number = 15
[static] Sets the simulator graphic radius
MouseManager
Property Detail
graphicAlphaproperty
public static var graphicAlpha:Number = 1

Sets the simulator graphic alpha.

The default value is 1.0.

graphicColorproperty 
public static var graphicColor:uint = 0xFFAE1F

Sets the simulator graphic color.

The default value is 0xFFAE1F.

graphicRadiusproperty 
public static var graphicRadius:Number = 15

Sets the simulator graphic radius

The default value is 15.

Method Detail
initialize()method
gw_public static function initialize():void