User Guide
Mouse 431
Property summary
Properties inherited from class Object
Event summary
Method summary
Methods inherited from class Object
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onMouseDown = function() {} Notified when the mouse button is
pressed.
onMouseMove = function() {} Notified when the mouse moves.
onMouseUp = function() {} Notified when the mouse button is
released.
Modifiers Signature Description
static addListener(listener:Object) : Void Registers an object to receive
notifications of the onMouseDown,
onMouseMove, and onMouseUp
listeners.
static removeListener(listener:Object) :
Boolean
Removes an object that was
previously registered with
addListener().
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)