Exemplo n.º 1
0
 /// <summary>
 /// Determines if a keyboard key is in the down state
 /// </summary>
 /// <returns></returns>
 protected bool IsHardwareKeyDown()
 {
     return(inputDeviceState.IsHardwareKeyDown(KeyCode));
 }