Translate touch events to mouse events

Windows specific questions.
Post Reply
brybry
Project Member
Posts: 69
Joined: Aug 27, 2005 14:43

Translate touch events to mouse events

Post by brybry »

I want to build a small program that will convert touch events into mouse events. Ideally it would not send the events to any particular window, but just simulate mouse movement and clicking.

Has anyone done this with Windows API before? I don't need a full program, just some snippets would be helpful to get me started.

Thanks in advance.
Post Reply