-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Implement DisplayServer.beep
.
#99371
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wayland implementation checks out!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally on Windows 11 23H2, it works as expected.
Why |
It depends on X11 and Wayland to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Truly tragic that you didn't expose the parameter to use the exclamation sound on Windows :p
Docs, style, code and Git commit LGTM. Haven't built and tested as Calinou was faster.
I think it's really funny that we're bound to merge the ability for Godot developers to annoy the user with little demand |
Thanks? |
Implements
DisplayServer.beep
method to make annoying sounds.Implements godotengine/godot-proposals#11179