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

Improving custom Key-binds #3

Open
ZERICO2005 opened this issue Apr 15, 2024 · 0 comments
Open

Improving custom Key-binds #3

ZERICO2005 opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ZERICO2005
Copy link
Owner

Is your feature request related to a problem? Please describe.
Custom Key-binds are not too great for the moment. Under the hood, Key-binds only rely on telling if a key is pressed or not, instead of also responding to key-up and key-down events. There is also no option to bind the mouse buttons to anything.

Describe the solution you'd like
Re-implementing the custom Key-binds to allow for responding to more types of key events (Such as key-up and key-down); Adding support for mouse button bindings; supporting Shift/Ctrl/Alt as modifiers; and possibly switching to SDL_KeyCode.

@ZERICO2005 ZERICO2005 added the enhancement New feature or request label Apr 15, 2024
@ZERICO2005 ZERICO2005 self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant