Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Expand Input System #444

Open
AlexvZyl opened this issue Jul 2, 2022 · 0 comments
Open

Expand Input System #444

AlexvZyl opened this issue Jul 2, 2022 · 0 comments
Assignees
Labels
Application Issues regarding the application in general. Feature Request Request to add a feature to the application.

Comments

@AlexvZyl
Copy link
Owner

AlexvZyl commented Jul 2, 2022

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.

@AlexvZyl AlexvZyl self-assigned this Jul 2, 2022
@AlexvZyl AlexvZyl added Application Issues regarding the application in general. Feature Request Request to add a feature to the application. labels Jul 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Application Issues regarding the application in general. Feature Request Request to add a feature to the application.
Projects
None yet
Development

No branches or pull requests

1 participant