This struct describes a mouse event. More...
#include "OpenGLWindow.hpp"
Public Types | |
| enum | TypeT { CM_BUTTON0 = 0, CM_BUTTON1 = 1, CM_BUTTON2 = 2, CM_BUTTON3 = 3, CM_MOVE_X =200, CM_MOVE_Y =201, CM_MOVE_Z =202 } |
| This enum describes the type of the mouse event. More... | |
Public Attributes | |
| TypeT | Type |
| The type of the mouse event. More... | |
| int | Amount |
| The amount. More... | |
This struct describes a mouse event.
| enum CaMouseEventT::TypeT |
| int CaMouseEventT::Amount |
The amount.
| TypeT CaMouseEventT::Type |
The type of the mouse event.