cohtml.Net.EventModifiersState
The state of the key modifiers when an event happens.
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| EventModifiersState() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| bool | IsShiftDown |
| bool | IsCtrlDown |
| bool | IsAltDown |
| bool | IsAltGraphDown |
| bool | IsMetaDown |
| bool | IsNumLockOn |
| bool | IsCapsOn |
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 EventModifiersState
Section titled “function EventModifiersState”EventModifiersState()Public Property Documentation
Section titled “Public Property Documentation”property IsShiftDown
Section titled “property IsShiftDown”bool IsShiftDown;property IsCtrlDown
Section titled “property IsCtrlDown”bool IsCtrlDown;property IsAltDown
Section titled “property IsAltDown”bool IsAltDown;property IsAltGraphDown
Section titled “property IsAltGraphDown”bool IsAltGraphDown;property IsMetaDown
Section titled “property IsMetaDown”bool IsMetaDown;property IsNumLockOn
Section titled “property IsNumLockOn”bool IsNumLockOn;property IsCapsOn
Section titled “property IsCapsOn”bool IsCapsOn;Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.