this post was submitted on 14 May 2024
4 points (100.0% liked)
Gamedev
186 readers
9 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, it seems I might have to resort to "plagiarism" instead...
APIs handling these stuff are barely documented due to "you can just use xy middleware to do that easier" (only for xy middleware still using DirectInput 8 among many other problems), or the OG documentation being completely barren and obvious issues often not being documented anywhere.
Poked around in my code, it seems the issue was on my own end, as I accidentally used the wrong variable for the handles.๐คฆโโ๏ธ
Now it's time to look up docs on Xorg Xinput (different from Microsoft's own thing, which I only use as a fallback).