#include <sigc_events.h>
Inheritance diagram for VDKMouseEvent:

These event can be directly instantiated with different GdkEvents, which will not allways provide all information this events provides.
| VDKPoint const & VDKMouseEvent::Position | ( | ) | const |
The position of the pointer when event occured.
| VDKPoint VDKMouseEvent::AbsPosition | ( | ) | const |
The absolute position of the pointer when event occured.
| unsigned int VDKMouseEvent::Button | ( | ) | const |
The pressed button (int gtk enumeration)
| unsigned int VDKMouseEvent::Modifier | ( | ) | const |
Reports the modifiers active at the moment the event occured
1.5.1