All Projects → r57zone → Xinput

r57zone / Xinput

Licence: other
Эмуляция XInput для любых устройств / Emulation XInput to any devices

Programming Languages

pascal
1382 projects

RU:

Библиотека для эмуляции XInput, позволяющая управлять игрой с любого устройства, притворяясь Xbox контроллером.

Например, можно подключить старый геймпад или любой другой контроллер, а также сделать самодельный геймпад из Arduino. Также с помощью библиотеки можно перехватить вибрацию.

После компиляции нужно переименовать файл библиотеки в "xinput1_3.dll", скопировать в папку с игрой или в "C:\Windows\System32". Xinput библиотеки существуют с несколькими разными именами и некоторые игры требуют другое имя. Известные имена:
  • xinput1_4.dll (Windows 8 / приложения metro)
  • xinput1_3.dll
  • xinput1_2.dll
  • xinput1_1.dll
  • xinput9_1_0.dll

EN:

XInput emulation library, which allows to control the game from any device pretending Xbox controller.

For example, you can connect the old game pad or any other controller, and make a homemade gamepad from Arduino. Also can be used to intercept the vibration of the library.

After compiling renamed library file to "xinput1_3.dll", copy the folder with the game or in "C:\Windows\System32". XInput library files exist with several different names and some games require a change in its name. Known names:
  • xinput1_4.dll (Windows 8 / metro apps only)
  • xinput1_3.dll
  • xinput1_2.dll
  • xinput1_1.dll
  • xinput9_1_0.dll
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].