aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ginput/mouse.h')
-rw-r--r--include/ginput/mouse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ginput/mouse.h b/include/ginput/mouse.h
index ef268be4..bb4bb547 100644
--- a/include/ginput/mouse.h
+++ b/include/ginput/mouse.h
@@ -23,6 +23,13 @@
*
* @defgroup Mouse
* @ingroup GINPUT
+ *
+ * @details GINPUT allows it to easily interface touchscreens and mices to
+ * your application.
+ *
+ * @pre GFX_USE_GINPUT must be set to TRUE in your gfxconf.h
+ * @pre GINPUT_NEED_MOUSE must be set to TRUE in your gfxconf.h
+ *
* @{
*/
#ifndef _GINPUT_MOUSE_H