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 中的所有用户交互?
我已经使用了该onuserinteraction()功能,但这不包括触摸鼠标。它包括单击鼠标或任何键事件。
onuserinteraction()
那么是否有任何功能也可以跟踪触摸鼠标?
看看这些链接:
View.OnTouchListener
学习Android教程1.32——Android的OnTouchListener和MotionEvent
我希望这可以帮助你...
我不认为android有“鼠标”。你只能使用 onClick 监听器。