aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput/mouse.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-18 22:55:03 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-18 22:55:03 +0100
commita75653f7a1dbe7fc8317fcc3d8d2331855d3a036 (patch)
tree3ad59485f32500a51688a5b180a8cbd9c4f9d44e /include/ginput/mouse.h
parent5c6027d14d168a7210ed6edd8c8b7506842fd7b0 (diff)
downloaduGFX-a75653f7a1dbe7fc8317fcc3d8d2331855d3a036.tar.gz
uGFX-a75653f7a1dbe7fc8317fcc3d8d2331855d3a036.tar.bz2
uGFX-a75653f7a1dbe7fc8317fcc3d8d2331855d3a036.zip
some more doxygen
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