Relative Content

Tag Archive for pythonctypes

How to wrap the SendInput function to python using ctypes

I am trying to get the SendInput function from user32.dll to work in python using ctypes.I am a noob but from what I read from the docs you have to create the structs the function requires in python and then pass it to the function.