private void Window_Deactivated(object sender, EventArgs e) { WInput.ClearInput(); }
private void GlControlHost_LostFocus(object sender, RoutedEventArgs e) { WInput.ClearInput(); }