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

A way to disable key repeats #943

Closed
ryanisaacg opened this issue Oct 6, 2017 · 2 comments
Closed

A way to disable key repeats #943

ryanisaacg opened this issue Oct 6, 2017 · 2 comments

Comments

@ryanisaacg
Copy link
Contributor

At least on Windows, key events seem to respond with a delay (especially when a key is being mashed) due to key repeat handling. Is there any way to disable this from glutin?

@elinorbgr
Copy link
Contributor

All inputs are actually handled by winit, that glutin uses. Though I don't think winit has a way to disable that. Could you open your issue on the winit repository instead?

@ryanisaacg
Copy link
Contributor Author

Okay, opened an issue at winit

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

No branches or pull requests

2 participants