Class GMouseEvent

GEvent
  extended by GMouseEvent

This class maintains the data for a mouse event.


Method Summary
get_x()
Returns the x coordinate of the mouse event.
get_y()
Returns the y coordinate of the mouse event.
 

Inherited Method Summary
get_source()
Returns the source of this event.
 

Method Detail

get_x()

Returns the x coordinate of this GMouseEvent.
Usage: x = e.get_x() 
Returns: The x coordinate of this GMouseEvent
 


get_y()

Returns the y coordinate of this GMouseEvent.
Usage: y = e.get_y() 
Returns: The y coordinate of this GMouseEvent