Mercurial > emacs
changeset 83880:2bccdc59cb53
(enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 04 Sep 2007 21:42:57 +0000 |
parents | 9b1d709095f9 |
children | e83e76dafddb |
files | src/termhooks.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Tue Sep 04 21:42:39 2007 +0000 +++ b/src/termhooks.h Tue Sep 04 21:42:57 2007 +0000 @@ -109,6 +109,9 @@ the wheel event occurred in. .timestamp gives a timestamp (in milliseconds) for the event. */ + HORIZ_WHEEL_EVENT, /* A wheel event generated by a second + horizontal wheel that is present on some + mice. See WHEEL_EVENT. */ #if defined (WINDOWSNT) || defined (MAC_OS) LANGUAGE_CHANGE_EVENT, /* A LANGUAGE_CHANGE_EVENT is generated on WINDOWSNT or Mac OS