mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
[input] Correct some comments
Not much worse than incorrect comments.
This commit is contained in:
parent
5328c06fbf
commit
f5ccf46ae3
1 changed files with 4 additions and 4 deletions
|
@ -104,11 +104,11 @@ typedef struct in_device_s {
|
||||||
|
|
||||||
\a button_info holds the current raw state of the button
|
\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
|
\a axis_imt_id is -1 if the device has no axis bindings, otherwise it is
|
||||||
the index into the imt array for the imt group.
|
the base index into the imt axis bindings array.
|
||||||
|
|
||||||
\a button_imt_id is 0 if the device has no button bindings, otherwise it
|
\a button_imt_id is -1 if the device has no button bindings, otherwise it
|
||||||
is the index into the imt array for the imt group.
|
is the base index into the imt button bindings array.
|
||||||
*/
|
*/
|
||||||
typedef struct in_devbindings_s {
|
typedef struct in_devbindings_s {
|
||||||
const char *name; ///< name used when binding inputs
|
const char *name; ///< name used when binding inputs
|
||||||
|
|
Loading…
Reference in a new issue