Support mouse wheel on MS-Windows text-mode console.
[bpt/emacs.git] / src / termhooks.h
index 52f30b4..a3977f5 100644 (file)
@@ -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;