OSDN Git Service

mouse button event injected by SendInput() can't activate cmd.exe window on Vista...
authorU-i7\gimy <gimy@users.sourceforge.jp>
Thu, 23 Jul 2009 14:12:00 +0000 (23:12 +0900)
committerU-i7\gimy <gimy@users.sourceforge.jp>
Thu, 23 Jul 2009 14:12:00 +0000 (23:12 +0900)
commit63e055146edc9df123f86d3c7e159e19f4c815fc
tree09fbf77ba0c3da04e682be1bd7154b4edef48057
parent80b5f2322881969e659b697545cfde9cba7887f1
mouse button event injected by SendInput() can't activate cmd.exe window on Vista(x64), so make workaound which call SetForegroundWindow() before inject button event to such window
engine.cpp