Expand description
Mock Window implementation for headless testing.
This module provides a mock implementation of winit::window::Window that can be used
for testing WindowHandle without creating a real window.
Structsยง
- Mock
Window - A mock window implementation for headless testing.