Visual C#

Bool bGesture;
W_KEY Key;
W_MOUSE Mouse;
//Set this values
...
monitor.Start((int)Key, (int)Mouse, bGesture);

Comments