You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
We need more functionality such as isKeyDown(), isKeyUp(), isMouseDown(), isMouseUp() etc. The way we currently keep track of certain key states is not ideal since we are limited in the combinations we can make. We do not have to track these states since GLFW does that for us.
Also, we should make using keys easier by adding our own naming convention to Lumen::Key and Lumen::Mouse. This is going to be important for remapping keys.
We need more functionality such as
isKeyDown(),isKeyUp(),isMouseDown(),isMouseUp()etc. The way we currently keep track of certain key states is not ideal since we are limited in the combinations we can make. We do not have to track these states since GLFW does that for us.Also, we should make using keys easier by adding our own naming convention to
Lumen::KeyandLumen::Mouse. This is going to be important for remapping keys.