diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-10-15 21:38:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-15 21:38:26 +0300 |
commit | 5d64d7704ec60bcc95084173336851c5822f8ca5 (patch) | |
tree | 2dd45920773382ec9028571dffe30660c52d30f2 /src/termhooks.h | |
parent | 454e2fb9b928cb5d0f09db4e4334570419eb56b3 (diff) |
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 52f30b4bf9..a3977f5336 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -243,7 +243,6 @@ struct input_event For a mouse event, this is the button number. For a HELP_EVENT, this is the position within the object (stored in ARG below) where the help was found. */ - /* In WindowsNT, for a mouse wheel event, this is the delta. */ ptrdiff_t code; enum scroll_bar_part part; |