Hi all, is it possible to make a multi-touch app with Appgyver please ?
Thanks,
Thomas
Hi all, is it possible to make a multi-touch app with Appgyver please ?
Thanks,
Thomas
If you mean tap a button 2 or 3 times for a different action, then yes, that’s easy to achieve.
Phil, thanks so much for your quick answer. I would like to be able to press two buttons at the same time. Is that possible please ?
Thanks,
Thomas
You can get very close to this effect. You would need to play around with it to see if it works for your application. Heres what I did;
Set a variable on each of the buttons to 1 on tapping, check to see if the other variable is set to 1, if it is then call that a double tap. Toggle both back to 0 after 200ms or so. Only have the logic to progress set on one of the buttons.