1
0
forked from Clones/Controlify

Fix typo in mod-comparison.md (#82)

This commit is contained in:
Madis Otenurm
2023-06-04 15:05:11 +03:00
committed by GitHub
parent 9b2eae7272
commit 6f5eb5d061

View File

@ -4,7 +4,7 @@
| **Custom Screen Compatibility** | Convenient APIs to hook into controller support directly from `Screen` implementation. | No API. Sometimes necessary to mixin into Midnight Controls and edge-case code required. | ⛔ | ⛔ |
| **Screen Navigation** | 4-axis navigation, emulating arrow key navigation with optional cursor emulation | 4-axis navigation, emulating arrow key navigation | Cursor emulation only. | 2-axis tab-key emulation |
| **Controller rumble** | ✅ Individual rumble effect intensity configuration | ⛔ | ✅ | ⛔ |
| **In-game button guide** | Extensible by 3rd party mods | Harcoded buttons and positions | Hardcoded buttons and positions | ⛔ |
| **In-game button guide** | Extensible by 3rd party mods | Hardcoded buttons and positions | Hardcoded buttons and positions | ⛔ |
| **Reach-around block placement** | ✅ Emulates Bedrock Edition reach-around | ✅ | ⛔ | ⛔ |
| **Gyro support** | ✅ | ⛔ | ⛔ | ⛔ |
| **Controller detection** | Powered by resource packs for unlimited data-driven detection, renders different buttons based on controller | Hardcoded identifiers in code, button theme must be changed manually | Name detection only, only generic button themes | Data-driven detection but seems hardcoded |