示例#1
0
 private void Form1_KeyUp(object sender, KeyEventArgs e)
 {
     GameInput.ChangeState(e.KeyCode, false);
 }