blob: b491b60fbbca0f74e7803d277d55928871cff5f3 (
plain) (
blame)
1
2
3
4
|
/* Processes pending input events and returns whether the module
function should quit. */
enum emacs_process_input_result (*process_input) (emacs_env *env)
EMACS_ATTRIBUTE_NONNULL (1);
|