I have a touch screen that is handled as a mouse in windows. I'm trying to figure out how can retrieve the position of my click in the signle-touch screen without making the main cursor moves. Something like this thread but for windows.
I can retrieve the position of the click in the touchscreen using GetRawInputData
and now i want to capture the event or block it in order to not mess up with the main cursor.
Any help ?