You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
It currently is a running line that will max out on screen length and will only resister one input of each input type in a row. As an example, if I were to press left and then left again, it would only register one instance of left.
For this to be more useful we would want to limit the amount of space it takes up and also have it include additional instances of input types that are pressed in a row.
There was a PR on the original GP2040 that had the foundation for input history from Sleep:
FeralAI#48
I compiled and tested this.
It currently is a running line that will max out on screen length and will only resister one input of each input type in a row. As an example, if I were to press
leftand thenleftagain, it would only register one instance ofleft.For this to be more useful we would want to limit the amount of space it takes up and also have it include additional instances of input types that are pressed in a row.