aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/driver_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ginput/driver_mouse.h')
-rw-r--r--src/ginput/driver_mouse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ginput/driver_mouse.h b/src/ginput/driver_mouse.h
index 0f4c475a..4a61d46b 100644
--- a/src/ginput/driver_mouse.h
+++ b/src/ginput/driver_mouse.h
@@ -116,6 +116,8 @@ extern "C" {
* @param[in] systeminstance The mouse instance ToDo: Add some more details
*
* @return TRUE on success, FALSE otherwise
+ * @note This routine is provided by the high level code for
+ * use in the driver VMT's GMouseVMT.d structure.
*
* @notapi
*/
@@ -125,6 +127,8 @@ extern "C" {
* @brief Routine that is called after initialization
*
* @param[in] g The mouse driver
+ * @note This routine is provided by the high level code for
+ * use in the driver VMT's GMouseVMT.d structure.
*
* @notapi
*/
@@ -134,6 +138,8 @@ extern "C" {
* @brief Deinitialize a mouse driver
*
* @param[in] g The mouse driver
+ * @note This routine is provided by the high level code for
+ * use in the driver VMT's GMouseVMT.d structure.
*
* @notapi
*/