HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

keybd_event Issues

09-03-2005, 11:38 PM#1
Tim.
Im creating a small program that virtually presses (and releases) the arrow keys using a keybd_event. This works fine in any prgoram (MSN, Notepad, Winamp, etc) However in wc3 it does not seem to. The program works and regognizes the action to hit they arrow key, but it does not actually do it. Even if I am typing a chat message in-game, the arrow key is simply not hit.

I'm using C++.. Lord Vexorian, maybe you have an idea?

EDIT: The virtual keyboard event works in Warcraft III chatrooms and such, just not in-game.