|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
- RealT x;
-
Current position.
- RealT y;
-
Current position.
- IntT state;
-
Current state.
- IntT change;
-
Change flags.
- UIntT time;
-
Time of event.
Methods:
- GUIMouseEventC(IntT x = 0,IntT y = 0,IntT state = 0)
-
Constructor.
- GUIMouseEventC(GdkEventButton & ev)
-
Constructor.
- GUIMouseEventC(GdkEventMotion & ev)
-
Constructor.
- RealT X() const
-
Get X component of position.
- RealT Y() const
-
Get Y component of position.
- PixelC Position() const
-
Get position.
- BooleanT IsPressed(IntT buttonNo = 0) const
-
Test if a button is pessed.
- BooleanT HasChanged(IntT buttonNo = 0) const
-
Has button changed state ?
- IntT MaxButtons() const
-
Maximum buttons available.
- BooleanT IsShift() const
-
Is shift down ?
- BooleanT IsCntrl() const
-
Is control down ?
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|