I’m creating a WPF application and I need to do something when I get some user input (it may be keyboard, mouse, …) my question is if WPF have a generic event that tells me if the user have entered some input or do I have to handle all the events (MouseMove, KeyDown, TouchDown, …)
Share
Check
InputManager.PreProcessInput/PostProcessInput.