comparison doc/lispref/commands.texi @ 106278:bfba1a86394b

* commands.texi (Misc Events): vindex mouse-wheel-up-event and mouse-wheel-down-event, the closest thing to a definition for them.
author Kevin Ryde <user42@zip.com.au>
date Thu, 26 Nov 2009 23:57:40 +0000
parents 38f236a275ca
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
106277:da201d492db3 106278:bfba1a86394b
1616 usual meaning is a kind of scroll or zoom. 1616 usual meaning is a kind of scroll or zoom.
1617 1617
1618 The element @var{position} is a list describing the position of the 1618 The element @var{position} is a list describing the position of the
1619 event, in the same format as used in a mouse-click event. 1619 event, in the same format as used in a mouse-click event.
1620 1620
1621 @vindex mouse-wheel-up-event
1622 @vindex mouse-wheel-down-event
1621 This kind of event is generated only on some kinds of systems. On some 1623 This kind of event is generated only on some kinds of systems. On some
1622 systems, @code{mouse-4} and @code{mouse-5} are used instead. For 1624 systems, @code{mouse-4} and @code{mouse-5} are used instead. For
1623 portable code, use the variables @code{mouse-wheel-up-event} and 1625 portable code, use the variables @code{mouse-wheel-up-event} and
1624 @code{mouse-wheel-down-event} defined in @file{mwheel.el} to determine 1626 @code{mouse-wheel-down-event} defined in @file{mwheel.el} to determine
1625 what event types to expect for the mouse wheel. 1627 what event types to expect for the mouse wheel.