WindowInfo: Add SDL window type

This commit is contained in:
Stenzek 2025-01-04 15:11:05 +10:00
parent 0733e173b2
commit 4bddd38d70
No known key found for this signature in database

View File

@ -22,6 +22,7 @@ struct WindowInfo
Wayland, Wayland,
MacOS, MacOS,
Android, Android,
SDL,
}; };
enum class PreRotation : u8 enum class PreRotation : u8