Ver código fonte

update gamepad & ios (#189)

* update physics

* update input

* update

* update code sharing in getting-help.md

* Export Compliance

* update on file i/o

* pi / 4

* inputs

* forum url

* read only user

* html5 gamepad

* sdk api update

* update

* image properties

* update editor

* defold sdk update

* animation updates

* animation fix

* run as admin

* update bob

* update about AndroidX support

* software render

* linux-faq.md update

* 4.28.2021 updates

* Basis Universal format

* sound & mesh

* gamepad event mapping

* admob url

* Minor edit to building blocks intro text

* update gamepad & ios
COCO 4 anos atrás
pai
commit
9b117135bb
2 arquivos alterados com 11 adições e 1 exclusões
  1. 5 0
      docs/zh/manuals/input-gamepads.md
  2. 6 1
      docs/zh/manuals/ios.md

+ 5 - 0
docs/zh/manuals/input-gamepads.md

@@ -156,6 +156,7 @@ Android 和其他平台一样支持手柄的输入事件. 手柄支持基于 [An
 | AKEYCODE_BUTTON_SELECT      | 16    |
 | AKEYCODE_BUTTON_SELECT      | 16    |
 | AKEYCODE_BUTTON_THUMBL      | 17    |
 | AKEYCODE_BUTTON_THUMBL      | 17    |
 | AKEYCODE_BUTTON_THUMBR      | 18    |
 | AKEYCODE_BUTTON_THUMBR      | 18    |
+| AKEYCODE_BUTTON_MODE        | 19    |
 
 
 ([Android KeyEvent 定义](https://developer.android.com/ndk/reference/group/input#group___input_1gafccd240f973cf154952fb917c9209719))
 ([Android KeyEvent 定义](https://developer.android.com/ndk/reference/group/input#group___input_1gafccd240f973cf154952fb917c9209719))
 
 
@@ -165,6 +166,10 @@ Android 和其他平台一样支持手柄的输入事件. 手柄支持基于 [An
 | AMOTION_EVENT_AXIS_Y        | 1     |
 | AMOTION_EVENT_AXIS_Y        | 1     |
 | AMOTION_EVENT_AXIS_Z        | 2     |
 | AMOTION_EVENT_AXIS_Z        | 2     |
 | AMOTION_EVENT_AXIS_RZ       | 3     |
 | AMOTION_EVENT_AXIS_RZ       | 3     |
+| AMOTION_EVENT_AXIS_LTRIGGER | 4     |
+| AMOTION_EVENT_AXIS_RTRIGGER | 5     |
+| AMOTION_EVENT_AXIS_HAT_X    | 6     |
+| AMOTION_EVENT_AXIS_HAT_Y    | 7     |
 
 
 ([Android MotionEvent 定义](https://developer.android.com/ndk/reference/group/input#group___input_1ga157d5577a5b2f5986037d0d09c7dc77d))
 ([Android MotionEvent 定义](https://developer.android.com/ndk/reference/group/input#group___input_1ga157d5577a5b2f5986037d0d09c7dc77d))
 
 

+ 6 - 1
docs/zh/manuals/ios.md

@@ -200,7 +200,12 @@ Notifications, Settings 和 Spotlight 這三項不要拖放圖標.
 
 
 ## 安装 iOS 打包应用
 ## 安装 iOS 打包应用
 
 
-编辑器对iOS应用打包后生成 *.ipa* 文件. 要安装此文件, 可以使用 Xcode (通过 "Devices and Simulators" 窗口). 或者使用命令行工具 [ios-deploy](https://github.com/phonegap/ios-deploy) 或者使用 iTunes.
+编辑器对iOS应用打包后生成 *.ipa* 文件. 要安装此文件, 可以使用以下所列举工具之一:
+
+* Xcode 的 "Devices and Simulators" 窗口
+* [ios-deploy](https://github.com/ios-control/ios-deploy) 命令行工具
+* macOS App Store 里的 [Apple Configurator 2](https://apps.apple.com/us/app/apple-configurator-2/)
+* iTunes
 
 
 可以使用 `xcrun simctl` 命令行工具与 Xcode 的 iOS 模拟器进行交互:
 可以使用 `xcrun simctl` 命令行工具与 Xcode 的 iOS 模拟器进行交互: