Exemple #1
0
        private void LMBUp(int x, int y)
        {
            keys[0] = false;
            SetCoords(x, y);

            OnLMBUp?.Invoke(this);
        }
Exemple #2
0
 private void LMBUp(int x, int y)
 {
     OnLMBUp?.Invoke(x, y);
 }