Esempio n. 1
0
 /// <summary>
 /// Handles the IsInputKey event and passes it up to the parent canvas
 /// to respond.
 /// </summary>
 /// <param name="keyData">The key being tested</param>
 /// <returns>True if we need to handle this key, false otherwise</returns>
 protected override bool IsInputKey(Keys keyData)
 {
     return(_view.HandleIsInputKey(keyData));
 }