コード例 #1
0
 public bool IsKeyHeldDown(KeyId id)
 {
     return(Input.GetKey(_inputMapper.ConvertTo(id)));
 }