Gorgon
Show / Hide Table of Contents

Enum KeyboardDataFlags

Flags to help determine the type of data within the GorgonRawKeyboardData interface.

Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
[Flags]
public enum KeyboardDataFlags

Fields

Name Description
KeyDown

The key is being held down.

KeyUp

The key has been released.

LeftKey

The left version of the key (for Alt, Control, Shift, etc...)

None

No key state.

RightKey

The right version of the key (for Alt, Control, Shift, etc...)

  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author