Added minimal doxygen comments to CursorManager::isVisible() and CursorManager::showMouse()

svn-id: r27796
This commit is contained in:
Max Horn 2007-06-30 18:10:39 +00:00
parent a826001176
commit 6064b87625

View File

@ -34,7 +34,10 @@ namespace Graphics {
class CursorManager : public Common::Singleton<CursorManager> {
public:
/** Query whether the mouse cursor is visible. */
bool isVisible();
/** Show or hide the mouse cursor. */
bool showMouse(bool visible);
/**