Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5978


Ignore:
Timestamp:
Oct 21, 2009, 1:47:12 PM (15 years ago)
Author:
dafrick
Message:

GUIOverlay is more talkative, resp. it tells you now, whether it is showing or hiding a GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/overlays/GUIOverlay.cc

    r5781 r5978  
    7575            InputManager::getInstance().enterState("guiMouseOnly");
    7676            GUIManager::getInstance().executeCode("showGUI(\"" + this->guiName_ + "\", " + str + ")");
     77
     78            COUT(3) << "Showing GUI " << this->guiName_ << std::endl;
    7779        }
    7880        else
     
    8183            GUIManager::getInstance().executeCode("hideCursor()");
    8284            InputManager::getInstance().leaveState("guiMouseOnly");
     85            COUT(3) << "Hiding GUI " << this->guiName_ << std::endl;
    8386        }
    8487    }
Note: See TracChangeset for help on using the changeset viewer.