B baoky New Member Joined Sep 20, 2014 Messages 36 Reaction score 0 Oct 19, 2014 #1 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
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
Mordark Community Developer Joined Mar 31, 2014 Messages 291 Reaction score 4 Oct 19, 2014 #2 public delegate void KeyboardEvent( Keys key, bool isCtrlPressed, bool isShiftPressed, bool isAltPressed ) Click to expand... Sorry, but the code I had before was just general C# code. Last edited: Oct 20, 2014
public delegate void KeyboardEvent( Keys key, bool isCtrlPressed, bool isShiftPressed, bool isAltPressed ) Click to expand... Sorry, but the code I had before was just general C# code.
LoveLoli New Member Joined Oct 20, 2014 Messages 6 Reaction score 0 Oct 20, 2014 #3 Hello. The actual documentation for ArcheBuddy can be found here: Spoiler ArcheBuddy - Table of Content All of the public classes and methods can be found there.
Hello. The actual documentation for ArcheBuddy can be found here: Spoiler ArcheBuddy - Table of Content All of the public classes and methods can be found there.