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

Keypress()

king

Member
Joined
Jan 15, 2010
Messages
463
Reaction score
1
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