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.
我想知道如何检测用户触摸了屏幕的哪个部分,不一定是具体的,只是从屏幕中间点的方向(北、南、东、西)。如果有的话,它还会影响屏幕的方向吗?我正在使用横向。
获取触摸的坐标 (getX() & getY()) 并将其与屏幕的中心点进行比较。这应该可以很好地提示您触摸的“方向”。
希望我理解了这个问题。JQCorreia