cohtml::Net::KeyEventData

Inherits from SystemIDisposable

Public Types

Name
enum classEventType { Unknown, KeyDown, KeyUp, Char}
enum classEventLocation { Standard = 0, Left = 1, Right = 2, Numpad = 3}

Public Functions

Name
virtual voidDispose()
KeyEventData()

Public Properties

Name
intKeyCode
KeyEventData.EventTypeType
EventModifiersStateModifiers
KeyEventData.EventLocationLocation
boolIsAutoRepeat
boolIsNumPad
boolIsSystemKey

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum EventType

EnumeratorValueDescription
Unknown
KeyDown
KeyUp
Char

enum EventLocation

EnumeratorValueDescription
Standard0
Left1
Right2
Numpad3

Public Functions Documentation

function Dispose

virtual void Dispose()

function KeyEventData

KeyEventData()

Public Property Documentation

property KeyCode

int KeyCode;

property Type

KeyEventData.EventType Type;

property Modifiers

EventModifiersState Modifiers;

property Location

KeyEventData.EventLocation Location;

property IsAutoRepeat

bool IsAutoRepeat;

property IsNumPad

bool IsNumPad;

property IsSystemKey

bool IsSystemKey;

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;