We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
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
winsound
Currently we have SND_* macros for winsound.PlaySound and MB_* macors for winsound.MessageBeep, but some macros are missing from Microsoft's document:
SND_*
winsound.PlaySound
MB_*
winsound.MessageBeep
https://learn.microsoft.com/en-us/previous-versions/dd743680(v=vs.85)
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebeep
A PR is on the way.
This is a minor feature, which does not need previous discussion elsewhere
No response
The text was updated successfully, but these errors were encountered:
gh-131453: Add additional constants to winsound module (GH-131454)
00a9844
Thanks!
Sorry, something went wrong.
No branches or pull requests
Feature or enhancement
Proposal:
Currently we have
SND_*
macros forwinsound.PlaySound
andMB_*
macors forwinsound.MessageBeep
, but some macros are missing from Microsoft's document:https://learn.microsoft.com/en-us/previous-versions/dd743680(v=vs.85)
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebeep
A PR is on the way.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: