InputEvent

GetNextEvent returns this. Check the type, then use get to get the more detailed input

Constructors

this
this(CustomEvent c, Terminal* p)
Undocumented in source.

Members

Enums

Type
enum Type

.

Properties

get
auto get [@property getter]

.

terminal
Terminal* terminal [@property getter]

Returns a pointer to the terminal associated with this event. (You can usually just ignore this as there's only one terminal typically.)

type
Type type [@property getter]

.

Meta