Syncaidius / MoltenEngine

A spare-time C# .NET 8 game engine project. Cross-platform, multi-threaded.
MIT License
301 stars 20 forks source link

Unify IWindow and UIWindow events #214

Open Syncaidius opened 1 year ago

Syncaidius commented 1 year ago

Many of the window-based events in INativeSurface need to be moved into IWindow.

The events in UIWindow class need to align with those that will be in IWindow.