UnityEditor.RectSelection.SendCommandsOnModifierKeys C# (CSharp) Method

SendCommandsOnModifierKeys() private method

private SendCommandsOnModifierKeys ( ) : void
return void
        internal void SendCommandsOnModifierKeys()
        {
            this.m_Window.SendEvent(EditorGUIUtility.CommandEvent("ModifierKeysChanged"));
        }