UnityEditor.DopeSheetEditorRectangleTool.HandleEvents C# (CSharp) Method

HandleEvents() public method

public HandleEvents ( ) : void
return void
        public void HandleEvents()
        {
            base.HandleClutchKeys();
            this.m_SelectionScaleLeft.HandleEvents();
            this.m_SelectionScaleRight.HandleEvents();
            this.m_SelectionBoxes[0].HandleEvents();
            this.m_SelectionBoxes[1].HandleEvents();
        }