emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/termhooks.h


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Sun, 01 Jun 2003 17:39:26 -0400

Index: emacs/src/termhooks.h
diff -c emacs/src/termhooks.h:1.62 emacs/src/termhooks.h:1.63
*** emacs/src/termhooks.h:1.62  Tue Feb  4 09:03:13 2003
--- emacs/src/termhooks.h       Sun Jun  1 17:39:26 2003
***************
*** 240,253 ****
                                   the mouse click occurred in.
                                   .timestamp gives a timestamp (in
                                   milliseconds) for the click.  */
! #if defined(WINDOWSNT) || defined(MAC_OSX)
!   MOUSE_WHEEL_EVENT,          /* A mouse-wheel event is generated
!                                  on WINDOWSNT or MAC_OSX by a
!                                  wheel on a mouse (e.g., MS Intellimouse).
!                                  The event contains a delta that corresponds
!                                  to the amount and direction that the wheel
!                                  is rotated.  This delta is typically
!                                  used to implement a scroll or zoom.
                                   .code gives the delta.
                                   .modifiers holds the state of the
                                   modifier keys.
--- 240,266 ----
                                   the mouse click occurred in.
                                   .timestamp gives a timestamp (in
                                   milliseconds) for the click.  */
!   WHEEL_EVENT,                        /* A wheel event is generated by a
!                                  wheel on a mouse (e.g., MS
!                                  Intellimouse).
!                                  .modifiers holds the rotate
!                                  direction (up or down), and the
!                                  state of the modifier keys.
!                                  .x and .y give the mouse position,
!                                  in characters, within the window.
!                                  .frame_or_window gives the frame
!                                  the wheel event occurred in.
!                                  .timestamp gives a timestamp (in
!                                  milliseconds) for the event.  */
! #if defined(MAC_OSX)
!   MOUSE_WHEEL_EVENT,          /* A mouse-wheel event is generated on
!                                  MAC_OSX by a wheel on a mouse
!                                  (e.g., MS Intellimouse).  The event
!                                  contains a delta that corresponds
!                                  to the amount and direction that
!                                  the wheel is rotated.  This delta
!                                  is typically used to implement a
!                                  scroll or zoom.
                                   .code gives the delta.
                                   .modifiers holds the state of the
                                   modifier keys.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]