- If you touch a color and drag your finger to other color, that lamp remains ON.
This extension is in trial period, in other post I'll upload others Multitouch with 4 and 9 zones, and multitouch in Canvas.
Regards.
Juan Antonio Villalpando.
Tutorial in Spanish: http://kio4.com/appinventor/295_extension_multitouch.htm
Regards,
- This extension does not modify the AndroiManifest, does not use new permissions or libraries of other authors. I only tried it with API22, but I think it works with most APIs, since it only uses typical Android functions: setOnTouchListener and onTouch, it does not use gesture.
- http://kio4.com/appinventor/295_extension_multitouch.htm
Regards.
- In this moment number of zone is static (extension builds it), I'll try a dinamic number of zone (user set that number), difficult proposal but I will try.
- In block Coordinates we can get position absolute (Screen) and relative (TableArrangement) of pointer.
- I'll try other possibilities.