I have a UWP app that opens a projection window (similar to the sample app). Now I want react to the RotationChanged
-Event in both windows regardless of which window is active.
Can I somehow share the instance for the RadialController
? Or do I have to manage it in one view and manually pass the event to the second one?
Updated Question: How do I use the same ViewModel instance in both windows?
P.s: I think adding RadialController
and/or Surface-Dial
as tags might make sense.