Doc updates for multiple mouse support
This commit is contained in:
parent
bd3a58ccfc
commit
e6bf427775
2 changed files with 15 additions and 0 deletions
|
@ -223,6 +223,7 @@
|
||||||
// #define GINPUT_TOUCH_USER_CALIBRATION_LOAD FALSE
|
// #define GINPUT_TOUCH_USER_CALIBRATION_LOAD FALSE
|
||||||
// #define GINPUT_TOUCH_USER_CALIBRATION_FREE FALSE
|
// #define GINPUT_TOUCH_USER_CALIBRATION_FREE FALSE
|
||||||
// #define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE
|
// #define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE
|
||||||
|
// #define GMOUSE_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32
|
||||||
//#define GINPUT_NEED_KEYBOARD FALSE
|
//#define GINPUT_NEED_KEYBOARD FALSE
|
||||||
//#define GINPUT_NEED_TOGGLE FALSE
|
//#define GINPUT_NEED_TOGGLE FALSE
|
||||||
//#define GINPUT_NEED_DIAL FALSE
|
//#define GINPUT_NEED_DIAL FALSE
|
||||||
|
|
|
@ -157,6 +157,20 @@
|
||||||
#ifndef GINPUT_TOUCH_USER_CALIBRATION_SAVE
|
#ifndef GINPUT_TOUCH_USER_CALIBRATION_SAVE
|
||||||
#define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE
|
#define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE
|
||||||
#endif
|
#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__)
|
||||||
|
#define GMOUSE_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32
|
||||||
|
#endif
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#endif /* _GINPUT_OPTIONS_H */
|
#endif /* _GINPUT_OPTIONS_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue