WindowInfo: Add SDL window type
This commit is contained in:
parent
0733e173b2
commit
4bddd38d70
|
@ -22,6 +22,7 @@ struct WindowInfo
|
|||
Wayland,
|
||||
MacOS,
|
||||
Android,
|
||||
SDL,
|
||||
};
|
||||
|
||||
enum class PreRotation : u8
|
||||
|
|
Loading…
Reference in New Issue