Hello wine-devel,
I've got a problem with 'Theme Hospital' game application. It requires some keyboard input to start.
But the problem is that this application doesn't receive any keyboard events.
I've put some checks inside function process_events (dlls/x11drv/event.c) but they show that no keyboard events (KeyPress, KeyRelease)
I don't have any experience in this area and ask for you guidance, where to look at.