Example #1
0
 private void StartKeyboardListener()
 {
     keyboardListener.KeyPressed += HandleKeyPress;
     keyboardListener.Start();
 }