Example #1
0
 // get key status up=false  down=true
 public bool GetKey(InputKey key)
 {
     return(pack.GetKey(key));
 }