コード例 #1
0
ファイル: Keystroke.cs プロジェクト: Brucknem/AutoClicker
 /// <summary>
 /// Instruction specific execution.
 /// </summary>
 internal override void SpecificExecute()
 {
     InputSimulator.KeyPress(Key, Hotkeys);
 }