From f5ccf46ae3f667ca2a18bbe9acf6f7bfc3bc5066 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 9 Nov 2021 22:28:56 +0900 Subject: [PATCH] [input] Correct some comments Not much worse than incorrect comments. --- include/QF/input.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/QF/input.h b/include/QF/input.h index 7d8a5c96c..91be187c4 100644 --- a/include/QF/input.h +++ b/include/QF/input.h @@ -104,11 +104,11 @@ typedef struct in_device_s { \a button_info holds the current raw state of the button - \a axis_imt_id is 0 if the device has no axis bindings, otherwise it is - the index into the imt array for the imt group. + \a axis_imt_id is -1 if the device has no axis bindings, otherwise it is + the base index into the imt axis bindings array. - \a button_imt_id is 0 if the device has no button bindings, otherwise it - is the index into the imt array for the imt group. + \a button_imt_id is -1 if the device has no button bindings, otherwise it + is the base index into the imt button bindings array. */ typedef struct in_devbindings_s { const char *name; ///< name used when binding inputs