Mercurial > emacs
diff src/termhooks.h @ 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 | 5b644ae74c91 |
| children | 920b65c5b922 |
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
