示例#1
0
 private void Window_Deactivated(object sender, EventArgs e)
 {
     WInput.ClearInput();
 }
示例#2
0
 private void GlControlHost_LostFocus(object sender, RoutedEventArgs e)
 {
     WInput.ClearInput();
 }