Ejemplo n.º 1
0
        public void Stop()
        {
#if DEBUG
            if (DebugMode)
            {
                Debug.Log("CursorAnimator.Stop");
            }
#endif
            _animator.Stop();
            SystemEventDispatcher.Instance.RemoveEventListener(MouseEvent.MOUSE_MOVE, OnMouseMove);

            // show system cursor
            //Screen.showCursor = true;

            HideCursor();

            // hide custom cursor
            //_stage.Visible = false;
        }