Back to API Reference
Enum
NativeModifiers
Modifier key flags delivered alongside NativeKeyCode from the native layer.
public static readonly NativeModifiers None = 0public static readonly NativeModifiers Shift = 1 << 0public static readonly NativeModifiers Ctrl = 1 << 1public static readonly NativeModifiers Alt = 1 << 2public static readonly NativeModifiers Cmd = 1 << 3macOS Command key. On Windows this maps to the Win key (rarely used for editing).
