diff options
| author | Eli Zaretskii | 2013-10-15 21:38:26 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-15 21:38:26 +0300 |
| commit | 5d64d7704ec60bcc95084173336851c5822f8ca5 (patch) | |
| tree | 2dd45920773382ec9028571dffe30660c52d30f2 /src/termhooks.h | |
| parent | 454e2fb9b928cb5d0f09db4e4334570419eb56b3 (diff) | |
| download | emacs-5d64d7704ec60bcc95084173336851c5822f8ca5.tar.gz emacs-5d64d7704ec60bcc95084173336851c5822f8ca5.zip | |
Support mouse wheel on MS-Windows text-mode console.
src/w32inevt.c (do_mouse_event): Support mouse wheel and all the 5
standard mouse buttons.
src/termhooks.h (struct input_event): Remove incorrect commentary.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 52f30b4bf98..a3977f5336e 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -243,7 +243,6 @@ struct input_event | |||
| 243 | For a mouse event, this is the button number. | 243 | For a mouse event, this is the button number. |
| 244 | For a HELP_EVENT, this is the position within the object | 244 | For a HELP_EVENT, this is the position within the object |
| 245 | (stored in ARG below) where the help was found. */ | 245 | (stored in ARG below) where the help was found. */ |
| 246 | /* In WindowsNT, for a mouse wheel event, this is the delta. */ | ||
| 247 | ptrdiff_t code; | 246 | ptrdiff_t code; |
| 248 | enum scroll_bar_part part; | 247 | enum scroll_bar_part part; |
| 249 | 248 | ||