Search
ObjectMouseEvent Members
Methods
 


Contains the arguments passed to object-related mouse events.

The following tables list the members exposed by the ObjectMouseEvent type.

 Public Methods

  Name Description

getButton

Gets the clicked mouse button.

getClicks

Gets the number of mouse clicks.

getObject

Gets the object for which the event was raised. (Inherited from ObjectEvent.)

getX

Gets the relative x-coordinates of the mouse.

getY

Gets the relative y-coordinates of the mouse.

 See Also