public void OnPointerUp(PointerEventData eventData) { if (!active) { return; } if (eventData.pointerId == MainTouchId) { MainTouchPressed = false; } else if (eventData.pointerId == AsistTouchId) { AsistTouchPressed = false; CursorController.ReleaseCursor(); } }