Esempio n. 1
0
 private void Form1_KeyUp(object sender, KeyEventArgs e)
 {
     KeyInputManager.setKeyState(e.KeyCode, false);
 }