SDL: Implement touchscreen support

This commit is contained in:
Gregor Parzefall
2024-01-13 14:07:10 +01:00
committed by sfan5
parent a2b6244f54
commit 7df45b4cf3
2 changed files with 47 additions and 1 deletions

View File

@ -318,6 +318,8 @@ namespace irr
core::array<SKeyMap> KeyMap;
SDL_SysWMinfo Info;
s32 CurrentTouchCount;
};
} // end namespace irr