osd: Don't swallow text input with -keyboardprovider win32 (addresses GitHub #7911).

This commit is contained in:
Vas Crabb 2023-02-03 02:59:18 +11:00
parent be9cb8161a
commit 26833301af

View File

@ -114,7 +114,7 @@ public:
{
device.queue_events(args, 1);
});
return true;
return false; // we still want text input events to be generated
default:
return false;