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

Enchancement touchscreen support for gamepad input #578

Open
Reual4412 opened this issue Feb 16, 2021 · 1 comment
Open

Enchancement touchscreen support for gamepad input #578

Reual4412 opened this issue Feb 16, 2021 · 1 comment

Comments

@Reual4412
Copy link

essentially should allow for the touch screen to act as mouse input on pc or some other similar input. Reasoning behind it is that really, skynx is the only application (which is a HOS homebrew) that supports touchscreen input. but really isn't great due to being over wifi.

@CTCaer
Copy link
Owner

CTCaer commented Feb 19, 2021

I already tried to implement that but the support is finicky. Like it works some times in Linux and never in Windows.
The code is in
https://github.com/CTCaer/hekate/blob/master/bdk/usb/usb_gadget_hid.c#L276-L308
and
https://github.com/CTCaer/hekate/blob/master/bdk/usb/usb_descriptors.c#L337-L392

If anyone wants to give it and try and fix it, can PR.

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

No branches or pull requests

2 participants