1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Merge branch 'vcmi/beta' into 'vcmi/develop'

This commit is contained in:
Ivan Savenko
2025-04-13 18:53:54 +03:00
34 changed files with 676 additions and 362 deletions

View File

@@ -237,7 +237,7 @@ void InputHandler::preprocessEvent(const SDL_Event & ev)
#endif
break;
case SDL_WINDOWEVENT_SIZE_CHANGED:
#ifdef VCMI_ANDROID
#ifdef VCMI_MOBILE
{
std::scoped_lock interfaceLock(ENGINE->interfaceMutex);
ENGINE->onScreenResize(true);