Exemplo n.º 1
0
 private void KeyUp(object sender, KeyboardKeyEventArgs e)
 {
     downedKeys.FastRemove(e.Key);
 }