Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorApplication.modifierKeysChanged

public static EditorApplication.CallbackFunction modifierKeysChanged;

Description

Delegate for changed keyboard modifier keys.

Add your functions to this delegate to get a callback whenever the keyboard modifier keys have changed.

Additional resources: CallbackFunction.