cohtml.Net.EventMouseModifiersState
The state of the mouse modifiers when an event happens.
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| EventMouseModifiersState() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| bool | IsLeftButtonDown |
| bool | IsMiddleButtonDown |
| bool | IsRightButtonDown |
| bool | IsBackButtonDown |
| bool | IsForwardButtonDown |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function EventMouseModifiersState
Section titled “function EventMouseModifiersState”EventMouseModifiersState()Public Property Documentation
Section titled “Public Property Documentation”property IsLeftButtonDown
Section titled “property IsLeftButtonDown”bool IsLeftButtonDown;property IsMiddleButtonDown
Section titled “property IsMiddleButtonDown”bool IsMiddleButtonDown;property IsRightButtonDown
Section titled “property IsRightButtonDown”bool IsRightButtonDown;property IsBackButtonDown
Section titled “property IsBackButtonDown”bool IsBackButtonDown;property IsForwardButtonDown
Section titled “property IsForwardButtonDown”bool IsForwardButtonDown;Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.