Intercept tablet events and translate coordinates before any other application sees them

Posted by superjoe30 on Stack Overflow See other posts from Stack Overflow or by superjoe30
Published on 2010-03-08T18:49:32Z Indexed on 2010/03/08 18:51 UTC
Read the original article Hit count: 535

Filed under:
|
|

I'm writing a hack that sits in the system tray and corrects tablet pen input under very specific circumstances. I need to intercept only touch and pen input, test some conditions, and then translate the coordinates before the rest of the operating system sees the event. Is this possible? I'm willing to write a simple driver if I need to. Where should I begin?

© Stack Overflow or respective owner

Related posts about tablet

Related posts about Windows