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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Keypress()

king

Member
Joined
Jan 15, 2010
Messages
463
I am new to C. I used java before but im most familiar with VB.
Coding wise when I look at things it makes sense.
I'm makeing a plugin but i need to learn how to use the Styx.Helpers.KeyboardManager. to press keys like Tab, Space, F1, etc.

Could someone please help with a example. Thanks
 
Last edited:
Asked nesox because I had no idea...

try KeyboardManager.KeyUpDown((char)Keys.Space);
 
KeyboardManager.KeyUpDown((char)KeyboardManager.eVirtualKeyMessages.VK_0);

KeyboardManager.KeyUpDown((char)KeyboardManager.eActionButton.Button1);
 
Handy scribbles, i had a nightmare figuring out how to call the VK's properly when I frist looked
 
Back
Top