Neovim Home
src
nvim
os
input.h
Go to the documentation of this file.
1
#ifndef NVIM_OS_INPUT_H
2
#define NVIM_OS_INPUT_H
3
4
#include <stdbool.h>
5
#include <stdint.h>
6
7
#include "
nvim/api/private/defs.h
"
8
#include "
nvim/event/multiqueue.h
"
9
10
#ifdef INCLUDE_GENERATED_DECLARATIONS
11
# include "os/input.h.generated.h"
12
#endif
13
#endif // NVIM_OS_INPUT_H
defs.h
multiqueue.h