some more doxygen
This commit is contained in:
parent
5c6027d14d
commit
a75653f7a1
3 changed files with 22 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
||||||
*
|
*
|
||||||
* @defgroup Dial
|
* @defgroup Dial
|
||||||
* @ingroup GINPUT
|
* @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
|
#ifndef _GINPUT_DIAL_H
|
||||||
|
|
|
@ -23,6 +23,13 @@
|
||||||
*
|
*
|
||||||
* @defgroup Mouse
|
* @defgroup Mouse
|
||||||
* @ingroup GINPUT
|
* @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
|
#ifndef _GINPUT_MOUSE_H
|
||||||
|
|
|
@ -23,8 +23,16 @@
|
||||||
*
|
*
|
||||||
* @defgroup Toggle
|
* @defgroup Toggle
|
||||||
* @ingroup GINPUT
|
* @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
|
#ifndef _GINPUT_TOGGLE_H
|
||||||
#define _GINPUT_TOGGLE_H
|
#define _GINPUT_TOGGLE_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue