Home > Mobile >  OnClick events starts on leaving the finger
OnClick events starts on leaving the finger

Time:02-24

is there a way to trigger onclick events by the on click and not by leaving the finger because the onclick event only triggers when you leave the finger from the button.

Thanks

CodePudding user response:

You can use the GetMouseButtonDown. enter image description here

  • Related