implemented SDL3 as an option for window manager

This commit is contained in:
2026-03-23 19:00:56 +01:00
parent 226f60e9ae
commit a596028ed9
152 changed files with 84309 additions and 247 deletions

View File

@@ -19,6 +19,7 @@ namespace TSE
enum Modifier
{
None = 0x0000,
ShiftMod = 0x0001,
ControlMod = 0x0002,
AltMod = 0x0004,