Hi,
We have a WPF application that uses multiple windows.
We are trying to implement a form of inactivity within the app and are currently using InputManager.Current.PreNotifyInput to be notified whenever user input is done. We are using this in our Shell.
When we open a separate window, will this same InputManager get notified or do we have to tie into the InputManager of the newly opened window also?