aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/ginput_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ginput/ginput_options.h')
-rw-r--r--src/ginput/ginput_options.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/ginput/ginput_options.h b/src/ginput/ginput_options.h
index 3d3478d2..9fba51f9 100644
--- a/src/ginput/ginput_options.h
+++ b/src/ginput/ginput_options.h
@@ -157,17 +157,17 @@
#ifndef GINPUT_TOUCH_USER_CALIBRATION_SAVE
#define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE
#endif
- /**
- * @brief Define multiple static mice
- * @details When not defined the system automatically detects a single linked mouse driver
- * @note The references to GMOUSEVMT_Win32 in the definition would be replaced
- * by the names of the VMT for each of the static mice you want to
- * include.
- * @note Dynamic mice associated automatically with a display eg Win32, X or GFXnet
- * do not need to be specified in this list as the associated display driver will register
- * them automatically as the display is created.
- */
#if defined(__DOXYGEN__)
+ /**
+ * @brief Define multiple static mice
+ * @details When not defined the system automatically detects a single linked mouse driver
+ * @note The references to GMOUSEVMT_Win32 in the definition would be replaced
+ * by the names of the VMT for each of the static mice you want to
+ * include.
+ * @note Dynamic mice associated automatically with a display eg Win32, X or GFXnet
+ * do not need to be specified in this list as the associated display driver will register
+ * them automatically as the display is created.
+ */
#define GMOUSE_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32
#endif
/**
@@ -178,17 +178,17 @@
#ifndef GINPUT_KEYBOARD_POLL_PERIOD
#define GINPUT_KEYBOARD_POLL_PERIOD 200
#endif
- /**
- * @brief Define multiple static keyboards
- * @details When not defined the system automatically detects a single linked keyboard driver
- * @note The references to GKEYBOARDVMT_Win32 in the definition would be replaced
- * by the names of the VMT for each of the static keyboards you want to
- * include.
- * @note Dynamic keyboards associated automatically with a display eg Win32, X or GFXnet
- * do not need to be specified in this list as the display driver will register
- * them automatically as the display is created.
- */
#if defined(__DOXYGEN__)
+ /**
+ * @brief Define multiple static keyboards
+ * @details When not defined the system automatically detects a single linked keyboard driver
+ * @note The references to GKEYBOARDVMT_Win32 in the definition would be replaced
+ * by the names of the VMT for each of the static keyboards you want to
+ * include.
+ * @note Dynamic keyboards associated automatically with a display eg Win32, X or GFXnet
+ * do not need to be specified in this list as the display driver will register
+ * them automatically as the display is created.
+ */
#define GKEYBOARD_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32
#endif
/**