コード例 #1
0
ファイル: Control.cs プロジェクト: Rideu/monogame-crux
 public static bool PressedDownKey(Keys key) => (OKS.IsKeyUp(key) && NKS.IsKeyDown(key));