Events raised by Touch screens

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi All

Can anybody advise me what windows events are triggered when a touch screen
is used?

e.g if a button is touched does the click event still get raised, does the
mouse_click event get raised?

If a textbox is touched does the enter event get raised?

Regards
Steve
 
steve said:
Hi All

Can anybody advise me what windows events are triggered when a touch screen
is used?

e.g if a button is touched does the click event still get raised, does the
mouse_click event get raised?

If a textbox is touched does the enter event get raised?

Regards
Steve

yes, the touch screen just simulates the mouse.

chris
 
Back
Top