Variables | |
| const int | MB_EVENT_PRESS = 0 |
| const int | MB_EVENT_CLICK = 1 |
| const int | MB_EVENT_RELEASE = 2 |
| const int | MB_EVENT_DOUBLECLICK = 3 |
| const int | MB_EVENT_DRAG = 4 |
\desc constants for mouse events in PluginKeyBinding
| const int MB_EVENT_CLICK = 1 |
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().
| const int MB_EVENT_DOUBLECLICK = 3 |
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().
| const int MB_EVENT_DRAG = 4 |
Referenced by PluginBase::OnFrame(), and PluginBase::OnInit().
| const int MB_EVENT_PRESS = 0 |
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonPress().
| const int MB_EVENT_RELEASE = 2 |
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().