| Enumerator |
|---|
| EVENT_MOUSEMOVE |
indicates that the mouse pointer has moved over the window.
|
| EVENT_LBUTTONDOWN |
indicates that the left mouse button is pressed.
|
| EVENT_RBUTTONDOWN |
indicates that the right mouse button is pressed.
|
| EVENT_MBUTTONDOWN |
indicates that the middle mouse button is pressed.
|
| EVENT_LBUTTONUP |
indicates that left mouse button is released.
|
| EVENT_RBUTTONUP |
indicates that right mouse button is released.
|
| EVENT_MBUTTONUP |
indicates that middle mouse button is released.
|
| EVENT_LBUTTONDBLCLK |
indicates that left mouse button is double clicked.
|
| EVENT_RBUTTONDBLCLK |
indicates that right mouse button is double clicked.
|
| EVENT_MBUTTONDBLCLK |
indicates that middle mouse button is double clicked.
|
| EVENT_MOUSEWHEEL |
positive and negative values mean forward and backward scrolling, respectively.
|
| EVENT_MOUSEHWHEEL |
positive and negative values mean right and left scrolling, respectively.
|