MouseEvent

Extends Event

The MouseEvent object is received by the Item's mouse event handlers item.onMouseDown, Item#onMouseDrag, item.onMouseMove, item.onMouseUp, item.onClick, item.onDoubleClick, item.onMouseEnter and item.onMouseLeave. The MouseEvent object is the only parameter passed to these functions and contains information about the mouse event.

Properties

Methods

Properties inherited from Event