aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput/toggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ginput/toggle.h')
-rw-r--r--include/ginput/toggle.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ginput/toggle.h b/include/ginput/toggle.h
index 889b9596..078aa92a 100644
--- a/include/ginput/toggle.h
+++ b/include/ginput/toggle.h
@@ -23,8 +23,16 @@
*
* @defgroup Toggle
* @ingroup GINPUT
+ *
+ * @details GINPUT allows it to interface toggle buttons easily to your
+ * application.
+ *
+ * @pre GFX_USE_GINPUT must be set to TRUE in your gfxconf.h
+ * @pre GINPUT_NEED_TOGGLE must be set to TRUE in your gfxconf.h
+ *
* @{
*/
+
#ifndef _GINPUT_TOGGLE_H
#define _GINPUT_TOGGLE_H