diff options
| -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);  	/** | 
