private void RMBDown(int x, int y) { keys[1] = true; SetCoords(x, y); OnRMBDown?.Invoke(this); }
private void RMBDown(int x, int y) { OnRMBDown?.Invoke(x, y); }