1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Add RALT key check for movement info

This commit is contained in:
krs
2023-04-01 00:20:51 +03:00
parent cfb5a771ca
commit a8f13bb927

View File

@@ -793,6 +793,7 @@ void CAdvMapInt::keyPressed(const SDL_Keycode & key)
return;
}
case SDLK_LALT:
case SDLK_RALT:
{
//fake mouse use to trigger onTileHovered()
GH.fakeMouseMove();