Hi everybody,
My problem is quite simple, I need to be able to handle a touchscreen with some kind of lowlevelproc(hook) like we are able to do with a mouse. I know there are some ways to make your application able to read touchscreen events with a windowProc, but my
application is very lowlevel and need to be able to get the position of a finger when it drags something at all time.
I am mostly developping in C++, but the solution could be in .Net.
Any ideas on how I could do it?
Thanks!