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

UPPERCASE lowercase shift and caps switch. #46

Closed
mrElnekave opened this issue Mar 8, 2022 · 0 comments
Closed

UPPERCASE lowercase shift and caps switch. #46

mrElnekave opened this issue Mar 8, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@mrElnekave
Copy link
Collaborator

When shift and or CAPS is pressed make

rb.game.radio.listen("p_down", callback)
and
rb.game.radio.listen("P_down", callback)

be different.

Also
if rb.Input.is_pressed("r"):
and
if rb.Input.is_pressed("R"):

@mrElnekave mrElnekave added the feature New feature or request label Mar 8, 2022
@tsedan tsedan closed this as completed Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants