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 游戏。我注意到,当我放下手指并移动它时,在MotionEvent.ACTION_MOVE 生成第一个像素之前,会有几个像素的阈值。禁用此阈值过滤器的正确方法是什么?
MotionEvent.ACTION_MOVE
它被称为触摸斜率。这里已经回答了同样的问题:Android ACTION_MOVE 阈值