This simple utility maps inputs from keyboards, mouses and controllers to android touch events, so that you can play games that do not support these peripherals.
At the same time, it can also be used as a library to simplify the AI development or script programming of Android platform mobile games. This library provides higher order packaging for common operational elements of touchscreen games, such as virtual joysticks, virtual buttons, and more. You only need to enter a few parameters to achieve parallel control of these elements.
这个小工具可以将键盘、鼠标和手柄的输入映射成安卓设备的触摸事件, 从而你可以用这些设备玩不支持外设的游戏。
同时,它也可以作为一个库使用,来简化安卓平台手机游戏的 AI 开发 或者脚本编程。 这个库提供了一些触屏游戏常用操作元素的高级封装,例如虚拟手柄,虚拟按键等。 你只需要输入几个参数就能实现对这些元素的并行控制。