gpt4 book ai didi

android - 如何获取用户在 android 屏幕上触摸的 x y 位置?

转载 作者:行者123 更新时间:2023-11-29 18:23:04 25 4
gpt4 key购买 nike

嗨我想获得用户触摸的屏幕的 x 和 y 位置。我该怎么做?

最佳答案

这在一定程度上取决于您处理 View 的方式。通常,您在 onCreate() 方法中将事件监听器附加到您的 View 。 More here

如果您有自定义 View ,那么您可以改用处理程序,这意味着您可以覆盖 View 中的 onTouch() 方法。

无论哪种方式,您都会得到一个具有 x 和 y 值的事件对象。

关于android - 如何获取用户在 android 屏幕上触摸的 x y 位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4178081/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com