birbilis / Hotspotizer

Enhancements to Hotspotizer
MIT License
4 stars 1 forks source link

How to play any games with kinect? #5

Open KostaNePro opened 11 months ago

KostaNePro commented 11 months ago

I use Hotspotizer on Windows 11 and for some reason it works with Minecraft and Terraria, but it doesn't work with other games, like Team Fortress 2, Spider-Man Miles Morales, Nioh. Maybe you know how to fix it?

birbilis commented 11 months ago

Nice to hear you're putting Hotsptizer to use

Probably it has to do with the API it uses to send simulated keyboard events.

If I remember correctly it must be using some high level Windows API for that (or at an even higher level some standard .NET API)

Try to locate it in the code and share the line number here, will try to find some time to look at it too.

Can probably talk to DirectInput API or to some Windows kernel driver (or even use some programmable virtual keyboard dongle or usb loopback cable to do hardware events)

Try compiling a list of where it works and where not, can be useful first testing