-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Support joysticks as triggers #199
Comments
nice. looking for a app for this. will test and send feedback. |
im kinda lost. where are the x-axis and y-axis so i could use it for swipes. i needed some apps to catch game controller inputs. and other apps are iritating cause of ads and restrictions. |
The app doesn't support it yet. This issue page is too remind me to add it at some point. |
Combine this with Issue #200 and the Ability to Toggle Said Controls with a Controller Would Make a Very Nice Mouse Point for Users on either Android TV or more importantly, for a user of the Newly Released SwitchRoot LineageOS (for the Nintendo Switch), a much more welcome TV Mode Experience. |
Any progress on this issue? I took a look at the android dev page a while ago, but got a little confused how to incorporate the accessibility analog hooks into your code. (I'm not an android dev, I mostly know Python). I'd really like to get this feature in, so I can use KeyMapper to map analog input to keyboard keys and be able to use a bluetooth controller with games that require WASD style input, (RPG's where you tell your character to walk forward, backward, left, right, etc with a W, A, S, or D letter keys) or games that require analog to rotate a camera angle, etc |
No progress yet. Right now I'm working on the 2.0 release. Take a look at the project board for it. Gesture inputs will come soon after. |
I would like to add that I have a Bluetooth ring that (for some insane reason) has it's forward and backwards buttons preform mouse swipe up and mouse swipe down actions and mouse click. I'm not sure if it's the same thing as joystick input, but I figured I would point out that this would really help. (If only to remap the keys to something sane like skip / back / play pause) |
Wow, what 😂 How does doing a mouse movement in Android do anything useful? |
will is ever come? |
https://developer.android.com/training/game-controllers/controller-input.html
See this issue for how to implement this #491
The text was updated successfully, but these errors were encountered: