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

win32gui.GetMessage documentation is incorrect #2428

Open
CristiFati opened this issue Nov 15, 2024 · 0 comments
Open

win32gui.GetMessage documentation is incorrect #2428

CristiFati opened this issue Nov 15, 2024 · 0 comments

Comments

@CristiFati
Copy link
Contributor

CristiFati commented Nov 15, 2024

I remember dealing with this kind of situation in the past, so I apologize if this is a duplicate.

As I explained in [SO]: How to listen for hotkeys in a separate thread using Python with Win32 API and PySide6? (@CristiFati's answer):

[GitHub.MHammond]: win32gui.GetMessage seems to be wrong.

It should be rc, MSG = GetMessage(hwnd, min , max).


Since (code-wise) that's handled by a SWIG typemap, I'm sure it applies to other functions as well.

Applies to latest version at submit time (v308).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants