示例#1
0
 public bool IsKeyPressed(Keys key)
 {
     return(_keyboard.IsKeyPressed(key));
 }