aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2003-06-04 22:08:47 +0000
committerJason Rumney2003-06-04 22:08:47 +0000
commit55195689333f402a498e69c813ed659c05e17c8d (patch)
tree615ba50cdde99a940eb9d1aa1841f54eb080650a /src
parent9eb28007fb2735a255b57c01dcd3791ed57f628d (diff)
downloademacs-55195689333f402a498e69c813ed659c05e17c8d.tar.gz
emacs-55195689333f402a498e69c813ed659c05e17c8d.zip
(enum event_kind): Remove MOUSE_WHEEL_EVENT.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index e2e515707d1..2d806c4a287 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -252,25 +252,6 @@ enum event_kind
252 the wheel event occurred in. 252 the wheel event occurred in.
253 .timestamp gives a timestamp (in 253 .timestamp gives a timestamp (in
254 milliseconds) for the event. */ 254 milliseconds) for the event. */
255#if defined(MAC_OSX)
256 MOUSE_WHEEL_EVENT, /* A mouse-wheel event is generated on
257 MAC_OSX by a wheel on a mouse
258 (e.g., MS Intellimouse). The event
259 contains a delta that corresponds
260 to the amount and direction that
261 the wheel is rotated. This delta
262 is typically used to implement a
263 scroll or zoom.
264 .code gives the delta.
265 .modifiers holds the state of the
266 modifier keys.
267 .x and .y give the mouse position,
268 in characters, within the window.
269 .frame_or_window gives the frame
270 the wheel event occurred in.
271 .timestamp gives a timestamp (in
272 milliseconds) for the wheel event. */
273#endif
274#ifdef WINDOWSNT 255#ifdef WINDOWSNT
275 LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated 256 LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated
276 on WINDOWSNT when the keyboard layout 257 on WINDOWSNT when the keyboard layout