Table of Contents

Enum InputEventKind

Namespace
Retro.Crt.Input
Assembly
Retro.Crt.dll

Discriminator on InputEvent. None represents an "empty" input event (the default value of the struct).

public enum InputEventKind : byte

Fields

None = 0
Key = 1
Mouse = 2
Paste = 3