Key and mouse button mask bits
Member | Value | Description |
---|---|---|
eUiPluginKeyMouseStateNone | 0x00 | No mouse or key. |
eUiPluginKeyMouseStateLeftMouseButton | 0x01 | Left mouse button is pressed. |
eUiPluginKeyMouseStateMiddleMouseButton | 0x02 | Middle mouse button is pressed. |
eUiPluginKeyMouseStateRightMouseButton | 0x04 | Right mouse button is pressed. |
eUiPluginKeyMouseStateAltKey | 0x08 | Alt key is pressed. |
eUiPluginKeyMouseStateControlKey | 0x10 | Control key is pressed. |
eUiPluginKeyMouseStateShiftKey | 0x20 | Shift key is pressed. |