What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Alternative to SendKeys

arczi19

New Member
Joined
Mar 2, 2010
Messages
156
Reaction score
5
Hey,
I'm working on a plugin that will press specific buttons every minute or so and so far I've found out about SendKeys.SendWait - it works ok, but it only sends keys to an active window. I need something that will send the key strokes directly to WoW window, is there an alternative?
 
honorbuddy has API called the keyboard manager, that will send directly to wow.

KeyboardManager.PressKey()
for example
 
Last edited:
Back
Top