Do any1 know how to remove mouse event, but allow only touch events.
In brief, I have 2 monitors. 1 is the primary display, another is a touch screen.
I don't want the mouse cursor to move over to the second display. For the display, it will only accept touch events, so hopefully, when the 2nd screen is touched, the mouse should stay at the primary screen w/o moving.
Any idea how to do that?