How do I test if an object was touched on the Android phone? I tried various methods and none of them worked.
Printable View
How do I test if an object was touched on the Android phone? I tried various methods and none of them worked.
You can detect taps as mouse clicks, or use the multitouch object. ;)
I tried the mouse clicks but it didn't do anything. Let me test it further. Thanks.
I got it sort of working but half my active objects just don't exist and system objects like the combo box disappear after a few seconds.
In android, the first touch (0th index) is the same the same as a mouse-click. Anything done with the mouse-click automatically handled by the exporter to work for mouse clicks as well.