开发者

How to get the all the points under the finger which has touched

开发者 https://www.devze.com 2023-04-03 13:42 出处:网络
When a finger is touched over the screen, i need all the points which were touched. basically it gives only the centre o开发者_如何学Gof the touch.This is not possible. You could take the center and s

When a finger is touched over the screen, i need all the points which were touched. basically it gives only the centre o开发者_如何学Gof the touch.


This is not possible. You could take the center and select all pixel in a circle with a radius of 44 pixels, which should roughly be the touched pixel.

0

精彩评论

暂无评论...
验证码 换一张
取 消