Inheritance diagram for EventButton:
Public Member Functions | |
this (GdkEvent *event) | |
Creates a new EventButton from a GdkEvent. | |
int | getX () |
Gets the event pointer X value or 0 if the event contains no mouse information. | |
int | getY () |
Gets the event pointer Y value or 0 if the event contains no mouse information. |
|
Gets the event pointer X value or 0 if the event contains no mouse information.
Reimplemented from Event. |
|
Gets the event pointer Y value or 0 if the event contains no mouse information.
Reimplemented from Event. |
|
Creates a new EventButton from a GdkEvent.
|