// Hold event = show tooltip
if (currentTouch.pressed == currentTouch.current && mTooltipTime != 0f && // <-- this changes
currentTouch.clickNotification != ClickNotification.None &&
!currentTouch.dragStarted && currentTouch.deltaTime > tooltipDelay)