Example #1
0
 /// <returns>if the action succeeded (which may remove other actions from queue, due to priority)</returns>
 public bool DoHold()
 {
     return(keyEvent.DoHold());
 }