-
Notifications
You must be signed in to change notification settings - Fork 28
Autohide touch controls #2
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
base: master
Are you sure you want to change the base?
Conversation
Added a simple possebility to define which input device got used lately. Any input on the gamepad makes the touchscreen controls automatically disappear. Touch the screen to bring them back again :)
Edit: I understand why that was a bad suggestion now. I didn't realize that base was referencing this repo. |
It does pick up, whenever a controller is turned on/any controller input gets registered (no matter when the controller gets connected) while the game is running :) |
Yup. I was just coming back here to leave that update. Maybe I just had an issue getting my controller to connect earlier, but trying it again tonight it worked as expected. |
@JustMeDaFaq could you implement this in other branches as well? |
@Dominiquedb Sorry for my late reply, gonna have a look at those tomorrow 🤓 |
Thanks for looking into it, and your reply was actually very fast, 10 hours is definitely not a late reply |
Thanks! I added autohiding to both, ex/master and ex/nightly branches on my fork now too. Tested on my device and both are working great for me, could you test it and tell me if its working for you too? |
You are the man, I just tested ex/master and ex/nightly, both work great, this auto hiding is just perfect, it really adds a lot to the app for me. Time for me to try if my phone can handle render 96 edit: just got the render96 working with the disappearing touch controls, looks beautiful, but my phone (xiaomi redmi note 8t, sd665 - 4GB ram) can't handle it at 60fps, speed will remain at 100% but the frames will drop occasionally, got as low as 19fps, still very playable but I prefer regular graphics at a stable frame rate |
Added a simple possebility to define which input device got used lately.
Any input on the gamepad makes the touchscreen controls automatically disappear. Touch the screen to bring them back again :)