Stefan Dösinger wrote:
Am Monday 22 June 2009 13:12:40 schrieb Paul TBBle Hampson:
*) A new process (ala services.exe) which grabs XI2 events from X11 via its own connection and feeds them to the wineserver.
It should run in the context of the explorer process, no need for a new process.
Sounds good, I'll proceed on that basis.
I am curious, does that mean that any Xinput based input will need two network roundtrips from explorer->wineserver->actual app?
All hardware messages go into wineserver. And some parts of dinput calling functions that result in few calls to X-server. So I'm guessing extra round trip isn't an issue.
Besides, two fix few remaining problems all input have to come in into helper thread/process anyway.
Vitaliy.