Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information regarding mapping of analog triggers on Android #221

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

WIrral
Copy link

@WIrral WIrral commented May 13, 2024

The HID events for android are different then the ones on other systems.

Most of them seem to be compatible, though analog triggers do not work with the standard right or left trigger.
After some trial and error I figured that using the simulation controls Brake (for left trigger) and Accelerator (for right trigger) works great.

I added these findings to the readme under notes, with a reference to it in features by the android compatibility

@LeeNX
Copy link

LeeNX commented May 14, 2024

Looks good to me. Been thinking of a table of mappings per host OS or something. Could give people an easier path to updating what might be expected.

@lemmingDev
Copy link
Owner

lemmingDev commented Jun 10, 2024

@LeeNX - should I go ahead and merge this, or did you have more thoughts on the mapping table?

You might also be interested in:
- [ESP32-BLE-Mouse](https://github.com/T-vK/ESP32-BLE-Mouse)
- [ESP32-BLE-Keyboard](https://github.com/T-vK/ESP32-BLE-Keyboard)
- [Composite Gamepad/Mouse/Keyboard and Xinput capable fork of this library](https://github.com/Mystfit/ESP32-BLE-CompositeHID)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to remove this link? I think we should keep it.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah - I added that link in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants