-1

I am trying to make a big click on touch screen(e.x when a fat finger press it) smaller, which means to give the more accurate result depending on the center of the click. My problem is i can't find a relevant post or a way how to make a touch event smaller(like..concentrate).

Please feel free to ask anything if you didn't get me.

zmarties
  • 4,809
  • 22
  • 39
We're All Mad Here
  • 1,544
  • 3
  • 18
  • 46

1 Answers1

1

There is a sample application in the Google Play store called Markers which admirably demonstrates the ability to do what you want - to do pressure sensitive touch events.

Fortunately this app is open source, so check out its code.

Note however the page listing known problem devices.

zmarties
  • 4,809
  • 22
  • 39