![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
\desc constants for mouse events in PluginKeyBinding More...
Variables | |
| const int | MB_EVENT_CLICK = 1 |
| const int | MB_EVENT_DOUBLECLICK = 3 |
| const int | MB_EVENT_DRAG = 4 |
| const int | MB_EVENT_PRESS = 0 |
| const int | MB_EVENT_RELEASE = 2 |
\desc constants for mouse events in PluginKeyBinding
| const int MB_EVENT_CLICK = 1 |
Definition at line 8 of file pluginkeybinding.c.
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().
| const int MB_EVENT_DOUBLECLICK = 3 |
Definition at line 10 of file pluginkeybinding.c.
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().
| const int MB_EVENT_DRAG = 4 |
Definition at line 11 of file pluginkeybinding.c.
Referenced by PluginBase::OnFrame(), and PluginBase::OnInit().
| const int MB_EVENT_PRESS = 0 |
Definition at line 7 of file pluginkeybinding.c.
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonPress().
| const int MB_EVENT_RELEASE = 2 |
Definition at line 9 of file pluginkeybinding.c.
Referenced by PluginBase::OnInit(), and PluginBase::OnMouseButtonRelease().