As far as I can tell the iPhone multitouch framework sends the location of each touch but not the size.
I want to allow the user to tap a button with the tip of their th
Since UITouch handles the touch and nothing is said about the size, i'd say no you can't. You better try another approch like a drag..