Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/intern/GHOST_Buttons.h')
-rw-r--r--intern/ghost/intern/GHOST_Buttons.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/ghost/intern/GHOST_Buttons.h b/intern/ghost/intern/GHOST_Buttons.h
index e28fae8870c..e77bab4f2ec 100644
--- a/intern/ghost/intern/GHOST_Buttons.h
+++ b/intern/ghost/intern/GHOST_Buttons.h
@@ -40,15 +40,15 @@ struct GHOST_Buttons {
/**
* Returns the state of a single button.
- * \param mask Key button to return.
+ * \param mask: Key button to return.
* \return The state of the button (pressed == true).
*/
bool get(GHOST_TButtonMask mask) const;
/**
* Updates the state of a single button.
- * \param mask Button state to update.
- * \param down The new state of the button.
+ * \param mask: Button state to update.
+ * \param down: The new state of the button.
*/
void set(GHOST_TButtonMask mask, bool down);