Property | Defined By | ||
---|---|---|---|
button : int | MouseRecord | ||
wheel : int | MouseRecord | ||
x : int | MouseRecord | ||
y : int | MouseRecord |
Method | Defined By | ||
---|---|---|---|
MouseRecord(X:int, Y:int, Button:int, Wheel:int) | MouseRecord |
button | property |
public var button:int
wheel | property |
public var wheel:int
x | property |
public var x:int
y | property |
public var y:int
MouseRecord | () | Constructor |
public function MouseRecord(X:int, Y:int, Button:int, Wheel:int)
X:int | |
Y:int | |
Button:int | |
Wheel:int |