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.
Asked
Active
Viewed 1,404 times
6
-
3does 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 Answers
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