Exemplo n.º 1
0
 /// <summary>
 /// Determines if a toggling key, such as the caps lock key, is in effect.
 /// </summary>
 /// <returns></returns>
 protected bool IsTogglingKeyInEffect()
 {
     return(inputDeviceState.IsTogglingKeyInEffect(KeyCode));
 }