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

本文共 569 字,大约阅读时间需要 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
  • 以上内容主要介绍了游戏手柄的基本操作事件及其对应的功能操作,供开发者参考使用

    转载地址:http://rxcc.baihongyu.com/

    你可能感兴趣的文章
    Nginx 负载均衡与权重配置解析
    查看>>
    Nginx 负载均衡详解
    查看>>
    nginx 配置 单页面应用的解决方案
    查看>>
    nginx 配置https(一)—— 自签名证书
    查看>>
    nginx 配置~~~本身就是一个静态资源的服务器
    查看>>
    Nginx 配置解析:从基础到高级应用指南
    查看>>
    nginx+Tomcat性能监控
    查看>>
    Nginx下配置codeigniter框架方法
    查看>>
    nginx报错:the “ssl“ parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:128
    查看>>
    nginx添加模块与https支持
    查看>>
    Nginx用户认证
    查看>>
    Nginx的Rewrite正则表达式,匹配非某单词
    查看>>
    Nginx的使用总结(一)
    查看>>
    Nginx的使用总结(二)
    查看>>
    Nginx的可视化神器nginx-gui的下载配置和使用
    查看>>
    Nginx的是什么?干什么用的?
    查看>>
    Nginx访问控制_登陆权限的控制(http_auth_basic_module)
    查看>>
    nginx负载均衡器处理session共享的几种方法(转)
    查看>>
    nginx负载均衡的5种策略(转载)
    查看>>
    nginx负载均衡的五种算法
    查看>>