Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的屏幕上有几个按钮和一个操纵杆,我想检查其中一个是否不再被按下,我当然可以检查手指是否在按钮内以检查放开哪个按钮,但是怎么能我知道手指是否不再在按钮中?就像分配触发每个按钮的触摸,然后检查是否是松开的那个。我怎样才能做到这一点?
好的,没关系,我看到触摸有一个唯一的 ID 并使用了它,但是谢谢。