コード例 #1
0
ファイル: GameGUI.cs プロジェクト: YoussefNour/curvefever
 private void GameGUI_KeyUp(object sender, KeyEventArgs e)
 {
     KeyMnager.setKey(e.KeyCode, false);
 }
コード例 #2
0
ファイル: GameGUI.cs プロジェクト: YoussefNour/curvefever
 private void GameGUI_KeyDown(object sender, KeyEventArgs e)
 {
     KeyMnager.setKey(e.KeyCode, true);
 }