Packageorg.flixel.system.replay
Classpublic class MouseRecord
InheritanceMouseRecord Inheritance Object



Public Properties
 PropertyDefined By
  button : int
MouseRecord
  wheel : int
MouseRecord
  x : int
MouseRecord
  y : int
MouseRecord
Public Methods
 MethodDefined By
  
MouseRecord(X:int, Y:int, Button:int, Wheel:int)
MouseRecord
Property Detail
buttonproperty
public var button:int

wheelproperty 
public var wheel:int

xproperty 
public var x:int

yproperty 
public var y:int

Constructor Detail
MouseRecord()Constructor
public function MouseRecord(X:int, Y:int, Button:int, Wheel:int)



Parameters
X:int
 
Y:int
 
Button:int
 
Wheel:int