[Scummvm-cvs-logs] SF.net SVN: scummvm: [27796] scummvm/trunk/graphics/cursorman.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 30 20:10:39 CEST 2007


Revision: 27796
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27796&view=rev
Author:   fingolfin
Date:     2007-06-30 11:10:39 -0700 (Sat, 30 Jun 2007)

Log Message:
-----------
Added minimal doxygen comments to CursorManager::isVisible() and CursorManager::showMouse()

Modified Paths:
--------------
    scummvm/trunk/graphics/cursorman.h

Modified: scummvm/trunk/graphics/cursorman.h
===================================================================
--- scummvm/trunk/graphics/cursorman.h	2007-06-30 18:09:17 UTC (rev 27795)
+++ scummvm/trunk/graphics/cursorman.h	2007-06-30 18:10:39 UTC (rev 27796)
@@ -34,7 +34,10 @@
 
 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);
 
 	/**


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list