Enum KeyModifiers
Enumerates modifier keys.
Namespace: OpenTK.Input
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum KeyModifiers : byte
  Fields
| Name | Description | 
|---|---|
| Alt | The alt key modifier (option on Mac).  | 
      
| Control | The control key modifier.  | 
      
| Shift | The shift key modifier.  |