aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput
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
parent5c6027d14d168a7210ed6edd8c8b7506842fd7b0 (diff)
downloaduGFX-a75653f7a1dbe7fc8317fcc3d8d2331855d3a036.tar.gz
uGFX-a75653f7a1dbe7fc8317fcc3d8d2331855d3a036.tar.bz2
uGFX-a75653f7a1dbe7fc8317fcc3d8d2331855d3a036.zip
some more doxygen
Diffstat (limited to 'include/ginput')
-rw-r--r--include/ginput/dial.h7
-rw-r--r--include/ginput/mouse.h7
-rw-r--r--include/ginput/toggle.h8
3 files changed, 22 insertions, 0 deletions
diff --git a/include/ginput/dial.h b/include/ginput/dial.h
index 80855b54..a765f7f2 100644
--- a/include/ginput/dial.h
+++ b/include/ginput/dial.h
@@ -23,6 +23,13 @@
*
* @defgroup Dial
* @ingroup GINPUT
+ *
+ * @details A dial provides a powerful way to navigate through menus
+ * on a display.
+ *
+ * @pre GFX_USE_GINPUT must be set to TRUE in your gfxconf.h
+ * @pre GINPUT_NEED_DIAL must be set to TRUE in your gfxconf.h
+ *
* @{
*/
#ifndef _GINPUT_DIAL_H
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
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