Go to the first, previous, next, last section, table of contents.


Input Events

The Emacs command loop reads a sequence of input events that represent keyboard or mouse activity. The events for keyboard activity are characters or symbols; mouse events are always lists. This section describes the representation and meaning of input events in detail.

Function: eventp object
This function returns non-nil if object is an input event.


Go to the first, previous, next, last section, table of contents.