univrsal / input-overlay

Show keyboard, gamepad and mouse input on stream
GNU General Public License v2.0
2.91k stars 245 forks source link

Input overlay no longer responds to input #383

Closed TemApex closed 8 months ago

TemApex commented 8 months ago

Describe the bug Input overlay used to work but suddenly stopped responding to inputs.

To Reproduce Unsure. It suddenly stopped working after working fine for years.

Expected behavior The input overlay should show the buttons being pressed. It doesn't do this.

Additional information:

Additional context The website to create custom overlays works fine and shows inputs registering properly but it doesn't work in OBS. The overlay displays in OBS (and I can even create new ones), but it does not respond to input and is stuck in an inactive state despite the key being pressed.

univrsal commented 8 months ago

Can you check if you have input filtering enabled? It's the "Enable input control" option in the settings dialog: Screenshot_20240110_121233

TemApex commented 8 months ago

This is going to sound really stupid. I had no idea that settings menu existed, and apparently the mouse and keyboard hook was disabled? image I have no idea how this happened but it works again now. Really not sure what caused the hooks to be disabled though, strange