Windows Executable Keyboard Inputs Dropped

Hey there! Looking for some help!

A few years ago, I released a game on itch.io, just an executable. I just had a friend try the game and they couldn’t get there keyboard to work in the game. I’ve never encountered this in the various years it’s been released.

If it’s my game, how can I fix it?

OR (the potentially more likely case, since it’s the first time in years) if it’s their keyboard, how can they fix it?

i’m hoping someone has experienced this before and can help me out here
 

TsukaYuriko

☄️
Forum Staff
Moderator
"Have you tried turning it off and on again?"

Or in this case, unplug and replug.

There's not a lot I can imagine you could do wrong via the standard keyboard_check* stuff that would make input work on one PC but not on the other, and I've seen my fair share of people doing stuff wrong in the most hilarious ways possible. If it works on your device, it's rather unlikely that it's your code. Keyboards more or less all work the same. Otherwise, we'd have one hell of a problem in the software development industry.
 
Top