native interface InputEvent

A pure native interface for various events as returned by the Console::PeekInput() and Console::ReadInput() functions.

Properties

int EventType ()Returns the type number of this event.

Reference

accessor int EventType ()

Returns the type number of this event.

Inherited from InputEvent. Possible values are: Console::FocusEventType, Console::KeyEventType, Console::MenuEventType, Console::MouseEventType, Console::WindowBufferSizeEventType.