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