private void HandleDoubleClick() { if (CurrentInteractible != null) { CurrentInteractible.DoubleClick(); ResetGazeTimer(); } }