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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-12-29 01:26:45 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-29 01:26:45 +0300
commitb2824fe23a152f1e53d73cbf846d4843360c6601 (patch)
treefc60bfb0ad5a97300d49f75e0012f4adaea9911c /intern/ghost/intern/GHOST_Buttons.h
parent9e3c814e7272237c9d6b13f4d7b8a9b5d41a3ed6 (diff)
Removed those extra CVS tag lines in the header files of ghost (now I know what
Gilles meant) and added some extra doxygen tags I had lying around. Removed the cocoa file since it was rubbish. Maarten
Diffstat (limited to 'intern/ghost/intern/GHOST_Buttons.h')
-rw-r--r--intern/ghost/intern/GHOST_Buttons.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/intern/ghost/intern/GHOST_Buttons.h b/intern/ghost/intern/GHOST_Buttons.h
index d803ace4352..ddf5eebe6dd 100644
--- a/intern/ghost/intern/GHOST_Buttons.h
+++ b/intern/ghost/intern/GHOST_Buttons.h
@@ -28,13 +28,9 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
-
/**
-
- * $Id$
- * Copyright (C) 2001 NaN Technologies B.V.
- * @author Maarten Gribnau
- * @date May 15, 2001
+ * @file GHOST_Buttons.h
+ * Declaration of GHOST_Buttons struct.
*/
#ifndef _GHOST_BUTTONS_H_
@@ -43,6 +39,12 @@
#include "GHOST_Types.h"
+/**
+ * This struct stores the state of the mouse buttons.
+ * Buttons can be set using button masks.
+ * @author Maarten Gribnau
+ * @date May 15, 2001
+ */
struct GHOST_Buttons {
/**
* Constructor.