[Wine] GetAsyncKeyState
Dan Kegel
dank at kegel.com
Thu May 8 08:34:29 CDT 2008
On Thu, May 8, 2008 at 6:19 AM, bdevel <wineforum-user at winehq.org> wrote:
> wine AsyncKeyTest.exe WINEDEBUG=+relay doesn't return anything. Could you please explain how I should use the WINEDEBUG=+relay command.
It's an environment variable. Either you can do
WINEDEBUG=+relay
export WINEDEBUG
wine AsyncKeyTest.exe
unset WINEDEBUG
or, more concisely,
WINEDEBUG=+relay wine AsyncKeyTest.exe
Vitamin's probably right, i.e. we don't believe the delphi app
actually does what you claim.
But what the heck, if it does, +relay will tell you what it's doing.
More information about the wine-users
mailing list