aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.h
diff options
context:
space:
mode:
authorMax Horn2007-06-30 18:10:39 +0000
committerMax Horn2007-06-30 18:10:39 +0000
commit6064b876259ce7beca2c32d1b48ea0817149136b (patch)
treed5f259b8cce18c0d06d7d64da4f97abb58b3170e /graphics/cursorman.h
parenta8260011761d3c71148c033bb13fa14c9568103d (diff)
downloadscummvm-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.h3
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);
/**