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.
那是因为所有代码似乎只使用旧的 iPad 1 和 iPad 2 坐标值,用于绘制触摸事件。我们如何使用“新值”来获得更高的分辨率?
所以 Kai(在问题的评论中)很友好地指出,通过使用浮点数,我们能够达到精度,因此如果我们给 iPad 2 和新 iPad 提供相同的坐标并且它会填满屏幕,但如果我们使用浮点,我们可以实现额外的精度并利用更高的分辨率。