This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Expand Input System #444
Labels
Application
Issues regarding the application in general.
Feature Request
Request to add a feature to the application.
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
andLumen::Mouse
. This is going to be important for remapping keys.The text was updated successfully, but these errors were encountered: