17 #ifndef __diguyPluginMouseEvent_H
18 #define __diguyPluginMouseEvent_H
95 BUTTON_STATE_LEFT = 0x0001,
96 BUTTON_STATE_RIGHT = 0x0002,
97 BUTTON_STATE_MIDDLE = 0x0004,
98 BUTTON_STATE_SHIFT = 0x0008,
99 BUTTON_STATE_CTRL = 0x0010,
100 BUTTON_STATE_ALT = 0x0020
118 int get_button_state();
124 #ifdef CPLUSPLUS_ONLY
139 friend class bdiScenarioPlugin;
140 friend class bdiScenarioEditor;
A view is a graphics window wherein the scenario and its characters are animated. Note that views hav...
Definition: diguyView.h:48
Definition: diguyPluginMouseEvent.h:23