Fungus.Clickable2D.DoPointerExit C# (CSharp) Method

DoPointerExit() protected method

protected DoPointerExit ( ) : void
return void
        protected virtual void DoPointerExit()
        {
            // Always reset the mouse cursor to be on the safe side
            SetMouseCursor.ResetMouseCursor();
        }