cohtml.Net.EventModifiersState
The state of the key modifiers when an event happens.
Inherits from SystemIDisposable
Public Functions #
Public Properties #
Protected Attributes #
Public Functions Documentation #
function Dispose #
virtual void Dispose()
EventModifiersState()
Public Property Documentation #
property IsShiftDown #
bool IsShiftDown;
property IsCtrlDown #
bool IsCtrlDown;
property IsAltDown #
bool IsAltDown;
property IsAltGraphDown #
bool IsAltGraphDown;
bool IsMetaDown;
property IsNumLockOn #
bool IsNumLockOn;
property IsCapsOn #
bool IsCapsOn;
Protected Attributes Documentation #
variable swigCMemOwn #
bool swigCMemOwn;