Click events not working when the mouse cursor is shown

hmm…
why do you want to trigger the click event while the mouse is being shown anyways?
I don’t think
there’s a way to trigger both touch and click events at the same time but you could

  1. add a transparent widget button on the screen when showing the mouse
  2. link that button click event to the click event you want