You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor window creation API and remove WindowOptions
Window creation now uses default settings and is configured post-creation, removing the WindowOptions struct and related C API. WindowManager::Create and platform-specific implementations are removed; window registration is handled automatically. WindowCreatedEvent and WindowClosedEvent are no longer emitted, and related event types are removed from the C API. WindowRegistry gains a Contains method. Example code updated to reflect new window creation and configuration flow.
0 commit comments