Exemplo n.º 1
0
 private void OnMouseUp()
 {
     _isDraged = false;
     CameraMgr.Unlock();
     if (OnLeftUp != null)
     {
         OnLeftUp(this);
     }
 }