Show / Hide Table of Contents

Enum KeyModifiers

Enumerates modifier keys.

Namespace: OpenTK.Input
Assembly: OpenTK.dll
Syntax
[Flags]
public enum KeyModifiers : byte

Fields

Name Description
Alt

The alt key modifier (option on Mac).

Command

The command key modifier on a Mac

Control

The control key modifier.

Shift

The shift key modifier.

In This Article
Back to top Generated by DocFX