http://bugs.winehq.org/show_bug.cgi?id=11727
leniviy pleasenospam325@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pleasenospam325@mail.ru
--- Comment #19 from leniviy pleasenospam325@mail.ru 2010-01-16 07:59:01 --- I don't see why wine doesn't send mouseclicks directly to the app and not to X server only. Try this launcher: http://bugs.winehq.org/attachment.cgi?id=25625
it consists of 3 programs: * xemulate: a native linux program to emulate input via command line (thanks to "anyremote" project) * hooksendinput.dll: hooks the SendInput() API and invokes xemulate with some parameters * launchwithdll.exe: the launcher that finds hooksendinput.dll and then executes the given command line, then injects the dll to a new process.