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:
parent
e9bf89a0ba
commit
653dfe6490
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue