6

I was wondering if there is a way to find out the size of a persons finger when they touch an android device. I want to know this so i can change the sensitivity of certain objects in my game.

user4090
  • 143
  • 10
  • 3
    does this help? http://stackoverflow.com/questions/3422400/android-measure-detect-covered-area-by-a-finger-touch-on-screen-not-only-touch – box86rowh Dec 28 '11 at 02:24

1 Answers1

2

A solution for devices that don't offer the touch.getSize() function, you can have on the start screen a high resolution plot of 2d points. On touch, detect the ones touched and there you can have a pretty accurate area of how big the finger is.

namar0x0309
  • 2,239
  • 1
  • 15
  • 15