Search code examples
c++virtualdevicedevice-driveraccelerometer

Virtual Game Controller Driver


Is there any way that I can map a virtual game controller like ppjoy with c++? I will be receiving orientation data from a phone, and I want to use this as x and y axes. I don't need anything advanced, I just want maximum compatibility on windows.


Solution

  • I found a dll that lets me control ppjoy so I'm going to use that.