博客
关于我
暴风魔镜与手柄相关的事件
阅读量:130 次
发布时间:2019-02-28

本文共 461 字,大约阅读时间需要 1 分钟。

这里写图片描述

up 代表手柄往前推
down 代表手柄往后推
left 代表手柄往左掰
right 代表手柄往右掰

除了上面四个事件外,还有几个:

CrossPlatformInputManager.GetButtonUp(“MENU”)
CrossPlatformInputManager.GetButton(“CENTER”)
CrossPlatformInputManager.GetButtonUp(“OK”)
CrossPlatformInputManager.GetButtonUp(“Submit”)
CrossPlatformInputManager.GetButtonUp(“DOWN”)
CrossPlatformInputManager.GetButton(“Jump”)
CrossPlatformInputManager.GetButtonUp(“C”)
CrossPlatformInputManager.GetButtonUp(“Cancel”)

FR:徐海涛(Hunk Xu) QQ群:386476712

你可能感兴趣的文章
Mysql百万级数据查询优化
查看>>
MySQL的 DDL和DML和DQL的基本语法
查看>>
mysql的 if else , case when then, IFNULL
查看>>
MySQL的10种常用数据类型
查看>>
MySQL的btree索引和hash索引的区别
查看>>
mysql的cast函数
查看>>
MySql的CRUD(增、删、改、查)操作
查看>>
MySQL的DATE_FORMAT()函数将Date转为字符串
查看>>
mysql的decimal与Java的BigDecimal用法
查看>>
MySql的Delete、Truncate、Drop分析
查看>>
MySQL的Geometry数据处理之WKB方案
查看>>
MySQL的Geometry数据处理之WKT方案
查看>>
mysql的grant用法
查看>>
Mysql的InnoDB引擎的表锁与行锁
查看>>
mysql的InnoDB引擎索引为什么使用B+Tree
查看>>
MySQL的InnoDB默认隔离级别为 Repeatable read(可重复读)为啥能解决幻读问题?
查看>>
MySQL的insert-on-duplicate语句详解
查看>>
mysql的logrotate脚本
查看>>
MySQL的my.cnf文件(解决5.7.18下没有my-default.cnf)
查看>>
MySQL的on duplicate key update 的使用
查看>>