How to use Touch

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?

Tagged:

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.

Sign In or Register to comment.