SDL/include
Frank Praznik 0bfe0497f3 video: Add a hint to disable auto mode switching if an exclusive fullscreen window moves between displays
The existing behavior helps clients that don't expect exclusive fullscreen windows to move by maintaining a consistent size and mode, however, some are aware that this can occur and want to handle mode selection themselves.

Add a hint to disable auto mode switching when an exclusive fullscreen window moves to accommodate this use case, and don't override fullscreen changes that may occur in an event watcher between the display changed event being posted and SDL running the display changed handler, as the mode switch may have already been handled there by the client.
2025-03-14 13:46:00 -04:00
..
SDL3 video: Add a hint to disable auto mode switching if an exclusive fullscreen window moves between displays 2025-03-14 13:46:00 -04:00
build_config Added support for using XTest to warp the mouse 2025-03-05 13:23:02 -08:00