예제 #1
0
 public void Up()
 {
     GenerateStrings();
     if (_keyString.Length > 0)
     {
         KeyboardEmulator.KeyUp(_keyUpString);
     }
 }
예제 #2
0
 void KeyUp_ExecuteAction(object action, HeliosActionEventArgs e)
 {
     KeyboardEmulator.KeyUp(e.Value.StringValue);
 }