mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
Added minimal doxygen comments to CursorManager::isVisible() and CursorManager::showMouse()
svn-id: r27796
This commit is contained in:
parent
a826001176
commit
6064b87625
@ -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);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user