Zuzu-Typ / XInput-Python

Simple access to the DirectX input API for Python
zlib License
28 stars 5 forks source link

can i send input with this library #7

Closed VangaurdGame closed 2 years ago

VangaurdGame commented 2 years ago

i need it for a project

Zuzu-Typ commented 2 years ago

Hi there,

it is not possible to send XBox-Controller inputs from software, like it is with keyboard or mouse inputs. You could create a virtual controller, by creating a fake xinput DLL file (like x360ce does). If you don't necessarily need to send Controller input, you could use winput.

Cheers --Zuzu_Typ--

VangaurdGame commented 2 years ago

i wanted to convert mouse and keyboard to controller

and it seems like you help me thanks