aboutsummaryrefslogtreecommitdiff
path: root/include/ICursorControl.h
diff options
context:
space:
mode:
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>2020-06-12 20:47:40 +0000
committercutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>2020-06-12 20:47:40 +0000
commit562c0fb6f1898925cc5232bc40454f66417af6e4 (patch)
treeace88d9220d507579e7771f75f5ab1097f5edd34 /include/ICursorControl.h
parent20b3d56987ca7b7a9d7f27b0a32a93f12e8dc530 (diff)
downloadirrlicht-562c0fb6f1898925cc5232bc40454f66417af6e4.tar.xz
Merging r6107 through r6116 from trunk to ogl-es branch
Caught up with trunk again. Not yet tested beside compiling (quick test failed, but seems like nothing from the new changes). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6117 dfc29bdd-3216-0410-991c-e03cc46cb475
Diffstat (limited to 'include/ICursorControl.h')
-rw-r--r--include/ICursorControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ICursorControl.h b/include/ICursorControl.h
index 4597bf3..13c99c4 100644
--- a/include/ICursorControl.h
+++ b/include/ICursorControl.h
@@ -104,7 +104,7 @@ namespace gui
virtual void setVisible(bool visible) = 0;
//! Returns if the cursor is currently visible.
- /** \return True if the cursor is visible, false if not. */
+ /** \return True if the cursor flag is set to visible, false if not. */
virtual bool isVisible() const = 0;
//! Sets the new position of the cursor.