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.
我正在做一个 Spot The Difference 游戏,我遇到了一个问题,我看到用户试图使用 bot / autoclickers 来玩它。
我正在Eclipse使用单击事件来实现几何图形以检测命中点。
Eclipse
1)有没有办法让我检测到自动点击器? 2)有没有办法防止同时输入多个?(我可能担心他们在平板电脑上播放并同时按下所有命中点)。
我目前正在研究VisualTreeHelper,我认为这可能会有所帮助。
VisualTreeHelper
有没有其他人可以推荐我的替代品?
谢谢大家。
检测点和自动点击器可能很棘手,并且与技术本身(WPF、Eclipse ..)无关,它与游戏逻辑和游戏玩家的行为有关。 看看这个链接:
GameDevLink WikiLink