dinput8 topic

List dinput8 repositories

DirectX-Wrappers

209
Stars
40
Forks
Watchers

Wraps the main DirectX and Direct3D DLLs. It allows you to intercept calls to DirectX and Direct3D interface functions so that you can log API calls or you can add your own code into the game, such a...

Xidi

175
Stars
10
Forks
Watchers

DirectInput interface for XInput controllers

dinputto8

93
Stars
8
Forks
Watchers

A dll module that is designed to improve compatibility in games using DirectInput 1-7 (dinput.dll) by converting all API calls to their equivalent DirectInput 8 (dinput8.dll) ones. This allows older g...

League-DirectX11-Internal

79
Stars
30
Forks
Watchers

League of Legends DirectX11 Internal Base

DInput8HookingExample

34
Stars
16
Forks
Watchers

Minimal example how to create a custom DInput8.dll to hook into games and replace other API calls.