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

InputEvent needs easier to comprehed writing structure and a lot more practical examples #2311

Open
golddotasksquestions opened this issue Mar 28, 2019 · 1 comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement

Comments

@golddotasksquestions
Copy link
Contributor

https://docs.godotengine.org/en/3.1/tutorials/inputs/inputevent.html

So far I used Godots input maps which are straight forward and easy to use. However now I would like to store all kinds of inputs in arrays and differentiate between button hold and just pressed, and create a list and compare it to other lists for a combo system. For that input maps seem less ideal I so I was looking into input events.

I don't know how many times I've went over and through this page and could distill nothing of use.
Worst of all is the category "How does it work". Those points are written in a language I speak and understand fluidly, but I keep on asking myself: "Ok, now what does that mean in a practical sense?!"
These things need a clearer language and a lot more practical examples. Even more so the more complex a topic is.

@clayjohn
Copy link
Member

You are right, this document is definitely an advanced description of how InputEvents work. In its current form it is not aimed at teaching new users the basics. It is a technical description for more advanced users.

It would be very beneficial to have a gentler walkthrough style tutorial that explains how to do some more advanced interaction (including button holds, combos etc.)

@skyace65 skyace65 added the area:manual Issues and PRs related to the Manual/Tutorials section of the documentation label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement
Projects
None yet
Development

No branches or pull requests

4 participants