最近做一个RPG类的游戏发现使用EasyTouch虚拟摇杆插件在电脑上点击有效Android上无效,查找资料发现是Easy Joystick中的一个属性interaction type要设置成 Direct and event,默认的是Event Notification,也就是事件通知,因为进行的方向的改变,所用属性interaction type要选方向和事件.
<!DOCTYPE html > <html > <head> <title>Video events example</title> <!-- Uncomment the following meta tag if you have issues rendering this page on an intranet or local site. --> <!-- <meta http-equiv="X-UA-C