Use of touch screen

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

Do I need to do anything in my application if I want to use a touch screen
instead of keyboard/mouse,
or is everything controlled by the screen drivers?
reidarT
 
The touch screen drivers should control it. I have used both ELO and 3M
drivers and they both act the same. Just make sure your buttons take into
account fat fingers.
 
I have done this for my restaurant management program and it requires no
extra programming since the mouse events "Click" and "DoubleClidk" are
triggered by the touch screen. Also, you can implement Drag and Drop thru
the mouse down, move events and mouse up. However, some events such as mouse
move won't trigger unless the screen is pressed. Also, the mousehover event
won't work.

The main problem that I had was that the buttons have to be quite large
since the perspective of the user depends a lot on the height of the screen.
Also, you need to allow a button for the user to calibrate the touch screen
since it needs calibration almost weekly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top