I'm interested in touch screen programming and have fun trying something. Searched for some time and looking for Infrared but still seems to have found no hardware. Any cheap and good touch screen can suggest, which type of touch screen is most suitable?
Thanks
Play with HTML5 / javascript on an iPad. Most (if not all) touchscreen functionality is supported in web pages although it does not use multi-touch, however, check on an iPad or handheld iOS device or use it to view the code in your desktop browser. Similarly, many Android tablets allow Javascript to process touch gestures in this way. Basically, you use Alternatively, an embedded system, such as an Ardino 2560 mega, and some hooks like it above. This is a very constrained environment, so it can be more than your interest. touchstart ,
touchmov etc., where you usually use
mousemove etc.
Comments
Post a Comment