We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm using a windows 8.1 tablet with touch screen. When you touch the screen it seems to "click" the last known position and then move to where your finger is. As a result to "click" something you have to click once to move and once again to actually click it.
Is there any way to force a second click or move before clicking?
Answers
Try storing the previous position of the mouse and checking that the new position differs from the old when a click is registered.
Is there some function you can call that will cause a click. I thought mousePressed(); would do it but I guess its just a result of a larger function.