dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
753 stars 300 forks source link

Support RoutedEvents #137

Closed YacovGold closed 4 years ago

YacovGold commented 6 years ago

If you program MVVM style, you should implement 'RoutedEvents' instead of normal events, otherwise, the events will not be captures correctly.

dwmkerr commented 4 years ago

Great, makes sense, I've raised #176 for this as there was some issues with the conflicts and it was faster. Sorry for the lack of response, doing some spring cleaning now