I made an external tablet application that is connected to a PC and you can write on it with a stylus pen and the tablet device send point and pressure information to PC and an aplication recives these information through usb connection, now we have point, event and pressure information, I want to know how can I generate and send stylus pen events and messages in windows by an application that created with C#?
I want to simulate mouse and pen events in Windows, I know how can I simulate mouse events by mouse_event
function, but what about stylus pen events and its pressure? How can I simulate these events and messages I have to send to Windows?
Also I saw tablet PC API sample codes but they all about receiving pen events not sending pen events to windows, please help me or show me some reference about how to do that.
Thanks :)