[python-win32] win32com creates unwanted reference to what is already a pointer

2019-12-12 Thread Simon van Bezooijen
Hello and good day, I am having trouble with calling a certain COM interface, (a closed-source 32-bit COM interface DLL of a Robot controller) from my Python application. Because so far my entire application is made in Python, it would be a nice bonus if I could call this interface directly from

[python-win32] Win32 SendInput function?

2019-12-12 Thread Dane Finlay
Dear all, I've noticed that the Win32 SendInput API function is not currently exposed by any pywin32 module. I was wondering if this function could be exposed in win32api, where the related keybd_event and mouse_even