- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #11
Yes, I think the CommandStencil would fit for our needs.To be honest, my EventHandlerExtension can be replaced by CommandStencilExtension.
Current XAML implementation can be seen here: https://github.com/MediaPortal/Medi...ult/screens/FullscreenContentDVD.xaml#L38-L44
In code the UIC does override OnMouseMove of UIElement: https://github.com/MediaPortal/Medi...ements/Controls/UserInputCapture.cs#L126-L128
Does this match to your approach?