Hello to all developers.
I am writing an app that would overlay above game window. This app should pass mouse clicks and movement to game window. Also the app should get all touch inputs and let me handle them, WITHOUT passing the original touch event to game window (the game window does not support touch so it translates that to mouse clicks and moves... really odd behavior :) ).
If someone kind would give me a short code snippet that "disconnects" the touch event from the mouse cursor, it would be greatly appreciated.