Home All Groups Group Topic Archive Search About

Events raised by Touch screens

Author
16 May 2006 11:40 PM
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

Author
17 May 2006 3:29 AM
Chris
steve wrote:
Show quoteHide quote
> 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