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

nkey rollover #17

Open
davebattles opened this issue Jan 15, 2016 · 1 comment
Open

nkey rollover #17

davebattles opened this issue Jan 15, 2016 · 1 comment

Comments

@davebattles
Copy link

I have my binds like this and theres no n-key rollover / key persistance. I can't run to a direction, jump, and continue moving. Is there something I'm doing wrong?

TERRARIA

rgb 0 255 0
bind G1 KEY_ESC #PAUSE
bind G4 KEY_W #UP
bind G5 KEY_E #GRAPPLE
bind G6 KEY_R #MOUNT
bind G10 KEY_A #RRUN LEFT
bind G11 KEY_S #DOWN
bind G12 KEY_D #Run RIGHT
bind G22 KEY_SPACE #JUMP
bind G7 KEY_0 #Mirror recall

@james-fowler
Copy link
Collaborator

Does it work the way you need in the jfowler branch? Each key cycle should generate a DOWN event and an UP event. For example, if you press and hold G10/D, then press & release G22/SPACE, then release G10/D, it should generate

KEY_D DOWN
KEY_SPACE DOWN
KEY_SPACE UP
KEY_D UP

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