diff options
author | Max Horn | 2007-06-30 18:10:39 +0000 |
---|---|---|
committer | Max Horn | 2007-06-30 18:10:39 +0000 |
commit | 6064b876259ce7beca2c32d1b48ea0817149136b (patch) | |
tree | d5f259b8cce18c0d06d7d64da4f97abb58b3170e /graphics/cursorman.h | |
parent | a8260011761d3c71148c033bb13fa14c9568103d (diff) | |
download | scummvm-rg350-6064b876259ce7beca2c32d1b48ea0817149136b.tar.gz scummvm-rg350-6064b876259ce7beca2c32d1b48ea0817149136b.tar.bz2 scummvm-rg350-6064b876259ce7beca2c32d1b48ea0817149136b.zip |
Added minimal doxygen comments to CursorManager::isVisible() and CursorManager::showMouse()
svn-id: r27796
Diffstat (limited to 'graphics/cursorman.h')
-rw-r--r-- | graphics/cursorman.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<CursorManager> { public: + /** Query whether the mouse cursor is visible. */ bool isVisible(); + + /** Show or hide the mouse cursor. */ bool showMouse(bool visible); /** |