Table of Contents

Interface IWindow

Namespace
Xui.Core.Middleware
Assembly
Xui.Core.dll

Represents a middleware-level window that bridges both the abstract UI model and the platform-specific window implementation.

public interface IWindow : IWindow, IWindow
Inherited Members

Remarks

This interface unifies IWindow and IWindow, enabling a single component to mediate input, rendering, and lifecycle events between the platform and the UI framework. It is commonly used in emulators, testing layers, or composition hosts that need to intercept and control both sides of the window stack.