mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
osd: Don't swallow text input with -keyboardprovider win32 (addresses GitHub #7911).
This commit is contained in:
parent
be9cb8161a
commit
26833301af
@ -114,7 +114,7 @@ public:
|
|||||||
{
|
{
|
||||||
device.queue_events(args, 1);
|
device.queue_events(args, 1);
|
||||||
});
|
});
|
||||||
return true;
|
return false; // we still want text input events to be generated
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user