aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.h
diff options
context:
space:
mode:
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);
/**