Show / Hide Table of Contents

Enum KeyModifiers

Key modifiers, such as Shift or CTRL.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
[Flags]
public enum KeyModifiers

Fields

Name Description
Alt

If one or more Alt keys were held down.

CapsLock

If caps lock is enabled.

Control

If one or more Control keys were held down.

NumLock

If num lock is enabled.

Shift

if one or more Shift keys were held down.

Super

If one or more Super keys were held down.

In This Article
Back to top Generated by DocFX