Skip to content

Multiple keys should not share the same trigger cooldown #12

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

Open
tiehuis opened this issue Aug 14, 2016 · 0 comments
Open

Multiple keys should not share the same trigger cooldown #12

tiehuis opened this issue Aug 14, 2016 · 0 comments

Comments

@tiehuis
Copy link
Owner

tiehuis commented Aug 14, 2016

As an example, when pressing the rotate button, it will only fire once and the key requires a release and repress before it fires again.

If multiple keys are assigned to the single rotate action, they all share the same trigger so pressing one after the other while the first is still down will not trigger a rotation. This isn't really ideal behaviour since it doesn't provide any improvement over a single key system.

Extend the internal engine so it is aware of different physical key presses and treats actions seperately based on which input triggered it. We need to ensure we handle the case where someone assigns the same key multiple times to an action. This should be filtered during option parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant