diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 7762dd15efe..b16c36f9551 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -228,9 +228,11 @@ struct input_event | |||
| 228 | /* For an ASCII_KEYSTROKE_EVENT and MULTIBYTE_CHAR_KEYSTROKE_EVENT, | 228 | /* For an ASCII_KEYSTROKE_EVENT and MULTIBYTE_CHAR_KEYSTROKE_EVENT, |
| 229 | this is the character. | 229 | this is the character. |
| 230 | For a NON_ASCII_KEYSTROKE_EVENT, this is the keysym code. | 230 | For a NON_ASCII_KEYSTROKE_EVENT, this is the keysym code. |
| 231 | For a mouse event, this is the button number. */ | 231 | For a mouse event, this is the button number. |
| 232 | For a HELP_EVENT, this is the position within the object | ||
| 233 | (stored in ARG below) where the help was found. */ | ||
| 232 | /* In WindowsNT, for a mouse wheel event, this is the delta. */ | 234 | /* In WindowsNT, for a mouse wheel event, this is the delta. */ |
| 233 | int code; | 235 | EMACS_INT code; |
| 234 | enum scroll_bar_part part; | 236 | enum scroll_bar_part part; |
| 235 | 237 | ||
| 236 | int modifiers; /* See enum below for interpretation. */ | 238 | int modifiers; /* See enum below for interpretation. */ |