Is TrackMouseEvent part of PyWin32? #2563
-
Is TrackMouseEvent part of PyWin32? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
https://github.com/mhammond/pywin32#support
|
Beta Was this translation helpful? Give feedback.
-
To answer your question, there's
|
Beta Was this translation helpful? Give feedback.
To answer your question, there's
win32gui._TrackMouseEvent
, which is actually https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-_trackmouseevent :pywin32/win32/src/win32gui.i
Lines 5791 to 5793 in 25e01da