Working with Touch-Screens ??? [Win C#]

  • Thread starter Thread starter MikeY
  • Start date Start date
M

MikeY

Hi Everyone,

Just a generic question, but.... With dealing with touch screens &
programming. Do all the events work the same as with how the events ie mouse
down/keydown etc work? Or do I need to take extra steps.

Thanks all in advance

MikeY
 
MikeY said:
Hi Everyone,

Just a generic question, but.... With dealing with touch screens &
programming. Do all the events work the same as with how the events ie mouse
down/keydown etc work? Or do I need to take extra steps.

From my experience the MouseDown/Move/Up, Click and DoubleClick events
all work like with a normal mouse. I'm not sure if there are other
things that work differently.

hth,
Max
 
Txs Markus for the response. I was hoping for this answer. I will be getting
a touch screen soon.

MikeY
 
Back
Top