Skip to content

Fix use of raw CMD/CTRL key code. #108215

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Jul 2, 2025

Fixes some macOS specific shortcuts on Web.

@@ -312,6 +312,20 @@ bool Input::is_anything_pressed_except_mouse() const {
return false;
}

bool Input::is_command_or_control_pressed() const {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be exposed?

@bruvzg bruvzg force-pushed the web_mac_cmd_ctrl branch from b7982dd to fe30a5c Compare July 5, 2025 22:33
@bruvzg bruvzg marked this pull request as ready for review July 6, 2025 06:49
@bruvzg bruvzg requested review from a team as code owners July 6, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant