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

How to use the script to send a keypress like F2

Status
Not open for further replies.

baoky

New Member
Joined
Sep 20, 2014
Messages
36
Reaction score
0
How to use the script to send a keypress like F2


I want to use the .cs Plugin Manager script to e.g send a F2 keypress event, how do I achieve it.


Thanks
 
public delegate void KeyboardEvent(
Keys key,
bool isCtrlPressed,
bool isShiftPressed,
bool isAltPressed
)

Sorry, but the code I had before was just general C# code.
 
Last edited:
Status
Not open for further replies.
Back
Top