Hide controller hud on keyboard

This commit is contained in:
Shinovon 2026-05-06 23:16:34 +05:00
parent 82ffdf5733
commit 0e69f01030

View file

@ -1319,8 +1319,10 @@ void CHud::Draw()
void CHud::DrawAfterFade()
{
#ifdef __SYMBIAN32__
extern bool touch;
// controller hud
{
if (touch) {
// FIXME
int w = 640;
int y = 0;
@ -1346,6 +1348,7 @@ void CHud::DrawAfterFade()
#undef CRECT
}
}
#endif
if (CTimer::GetIsUserPaused() || CReplay::IsPlayingBack())
return;