public static void RightDown() { VirtualKeyboard.KeyDown(Keys.RButton); }
public static void LeftDown() { VirtualKeyboard.KeyDown(Keys.LButton); }