Variable: num-nonmacro-input-events
num-nonmacro-input-events is a variable defined in keyboard.c.
Value
0
Documentation
Number of input events read from the keyboard so far.
This does not include events generated by keyboard macros.
Probably introduced at or before Emacs version 20.1.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_INT ("num-nonmacro-input-events", num_nonmacro_input_events,
doc: /* Number of input events read from the keyboard so far.
This does not include events generated by keyboard macros. */);