cohtml::EventMouseModifiersState
The state of the mouse modifiers when an event happens.
#include <InputEvents.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| EventMouseModifiersState() |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | IsLeftButtonDown |
| bool | IsMiddleButtonDown |
| bool | IsRightButtonDown |
| bool | IsBackButtonDown |
| bool | IsForwardButtonDown |
Public Functions Documentation
Section titled “Public Functions Documentation”function EventMouseModifiersState
Section titled “function EventMouseModifiersState”inline EventMouseModifiersState()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable IsLeftButtonDown
Section titled “variable IsLeftButtonDown”bool IsLeftButtonDown;variable IsMiddleButtonDown
Section titled “variable IsMiddleButtonDown”bool IsMiddleButtonDown;variable IsRightButtonDown
Section titled “variable IsRightButtonDown”bool IsRightButtonDown;variable IsBackButtonDown
Section titled “variable IsBackButtonDown”bool IsBackButtonDown;variable IsForwardButtonDown
Section titled “variable IsForwardButtonDown”bool IsForwardButtonDown;© 2026 Coherent Labs. All rights reserved.