mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Hide controller hud on keyboard
This commit is contained in:
parent
82ffdf5733
commit
0e69f01030
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue