コード例 #1
0
 bool Pressed(Keys key)
 {
     return(CurrentKeyboard.IsKeyDown(key) && LastKeyboard.IsKeyUp(key));
 }