|
||||
GEventGMouseEvent
This class maintains the data for a mouse event.
| Method Summary | |
|---|---|
get_x()
|
|
get_y()
|
|
| Inherited Method Summary | |
get_source() | |
| Method Detail |
|---|
get_x()GMouseEvent.
Usage: | x = e.get_x() |
Returns: | The x coordinate of this GMouseEvent
|
get_y()GMouseEvent.
Usage: | y = e.get_y() |
Returns: | The y coordinate of this GMouseEvent
|
|
||||