azul3d / engine

Azul3D - A 3D game engine written in Go!
https://azul3d.org
Other
606 stars 54 forks source link

Caps Lock, Num Lock, Scroll Lock states #132

Closed azul3d-bot closed 8 years ago

azul3d-bot commented 8 years ago

Issue by slimsag Friday Dec 26, 2014 at 20:44 GMT Originally opened as https://github.com/azul3d/gfx/issues/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 commented 8 years ago

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


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

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

azul3d-bot commented 8 years ago

Fixed/merged as part of https://github.com/azul3d/engine/issues/1