1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

(struct input_event): `code' is now an int.

This commit is contained in:
Richard M. Stallman 1993-12-23 00:54:23 +00:00
parent e9bf89a0ba
commit 653dfe6490

View file

@ -259,7 +259,10 @@ struct input_event {
/* What kind of event was this? */
enum event_kind kind;
Lisp_Object code;
/* For an ascii_keystroke, this is the character.
For a non_ascii_keystroke, this is the keysym code.
For a mouse event, this is the button number.
int code;
enum scroll_bar_part part;
/* This field is copied into a vector while the event is in the queue,