Touch screen
-
Can i get some sample code to build a touch screen application
Saadhinchaali
-
Can i get some sample code to build a touch screen application
Saadhinchaali
Ermm, don;t they just act like a mouse? Just ignore WM_MOUSEMOVE when a button isn't pressed, and it should be the same as a normal PC. Iain.
-
Can i get some sample code to build a touch screen application
Saadhinchaali
Normally you have only to worry on the special design (bigger buttons...) but the applications don't need to be in any way modified. We have developed lots of them here and when you touch the screen is like a click on the left button of the mouse. If you want to create the driver of one touch screen, then this is a whole different story. But there are several touch screens out there that are not expensive. Hope this helps.