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

Caps Lock cannot be bound as a usable key #13

Open
purple4pur opened this issue Oct 25, 2023 · 0 comments
Open

Caps Lock cannot be bound as a usable key #13

purple4pur opened this issue Oct 25, 2023 · 0 comments
Labels
bug Something isn't working speedtest

Comments

@purple4pur
Copy link
Owner

When caps lock is on, raylib's isKeyDown(capslock) always return true, which is not expected.

Example code:

if (isBindingDown(k1Binding)) {
k1BgProp.color = rl.Color.gold;
try k1Bar.pressed();
} else {

if (isBindingPressed(k1Binding)) try kps.catchKeyAt(time);

@purple4pur purple4pur added bug Something isn't working speedtest labels Oct 25, 2023
@purple4pur purple4pur changed the title Caps Lock cannot be bound as a useful key Caps Lock cannot be bound as a usable key Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working speedtest
Projects
None yet
Development

No branches or pull requests

1 participant