univrsal / input-overlay

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

Overlay not Reflecting my Inputs #412

Closed ChaSam1 closed 3 months ago

ChaSam1 commented 3 months ago

Describe the bug The overlay is not responding to any inputs despite being read by libuiohook

To Reproduce install input-overlay through the installer (and afterwards try the manual installation) use one of the premade presets provided press any of the keys or buttons requested

Expected behavior When I input a movement or mouse adjustment it's reflected

Screenshots Screenshot (79)

Additional information:

Additional context It was working previously a few days ago however mid playthrough it just stopped working

univrsal commented 3 months ago

take a screenshot of the input overlay settings dialog in the tools menu

ChaSam1 commented 3 months ago

image

Okay here there are

univrsal commented 3 months ago

You enabled input control with a whitelist which blocks all inputs unless a window with a specific title is active but the list of window titles that are whitelisted is empty, so events are always blocked.

ChaSam1 commented 3 months ago

Ohhhh I feel like an idiot, I'll change that and see if it works!

ChaSam1 commented 3 months ago

I just changed the setting and restarted my computer just in case and unfortunately it still doesn't work

ChaSam1 commented 3 months ago

You enabled input control with a whitelist which blocks all inputs unless a window with a specific title is active but the list of window titles that are whitelisted is empty, so events are always blocked.

Sorry if I'm bothering but yeah I restarted my PC and OBS and unchecked input control but still nothing unfortunately https://obsproject.com/logs/q0JA6F50WuRzyJuO

coconuty4765 commented 3 months ago

Try turning off the Gamepad Hook, I tried that and it worked for me

ChaSam1 commented 3 months ago

Try turning off the Gamepad Hook, I tried that and it worked for me

THANK YOU! That solved it