public void BeginPointerUp() { PointerDownUpEvent?.Invoke(false); }
public void BeginPointerDown() { PointerDownUpEvent?.Invoke(true); }