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

Caps Lock, Num Lock, Scroll Lock states #132

Closed
azul3d-bot opened this issue Mar 6, 2016 · 2 comments
Closed

Caps Lock, Num Lock, Scroll Lock states #132

azul3d-bot opened this issue Mar 6, 2016 · 2 comments

Comments

@azul3d-bot
Copy link

Issue by slimsag
Friday Dec 26, 2014 at 20:44 GMT
Originally opened as azul3d-legacy/gfx#80


I noticed recently that we lack proper detection of the lock keys under GLFW. Sadly GLFW doesn't provide a method for monitoring the status of these keys (neither does, e.g. browsers).

@azul3d-bot
Copy link
Author

Comment by slimsag
Friday Dec 26, 2014 at 23:39 GMT


Actually there isn't much we can do about this:

  • GLFW doesn't let you determine if caps lock, num lock, etc are "locked" or "unlocked".
  • Browsers don't let you determine it either.
  • Mobile devices mostly don't have any concept of lock keys.

I think we should remove keyboard.On and keyboard.Off states instead.

@azul3d-bot
Copy link
Author

Fixed/merged as part of #1

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