From 6064b876259ce7beca2c32d1b48ea0817149136b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Jun 2007 18:10:39 +0000 Subject: Added minimal doxygen comments to CursorManager::isVisible() and CursorManager::showMouse() svn-id: r27796 --- graphics/cursorman.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/cursorman.h') diff --git a/graphics/cursorman.h b/graphics/cursorman.h index e0c6b2a4a8..2f139e8d57 100644 --- a/graphics/cursorman.h +++ b/graphics/cursorman.h @@ -34,7 +34,10 @@ namespace Graphics { class CursorManager : public Common::Singleton { public: + /** Query whether the mouse cursor is visible. */ bool isVisible(); + + /** Show or hide the mouse cursor. */ bool showMouse(bool visible); /** -- cgit v1.2.3