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.
我想构建一个 android 应用程序,它可以同时在屏幕上为两个手指注册 x,y。这是可能的还是android不允许这样做?
onTouch您的视图可以在其方法中跟踪多个触摸,并使用ACTION_POINTER_DOWN标志监视事件。查看这篇文章及其链接,以获得更多帮助。
onTouch
ACTION_POINTER_DOWN