Files
neovim/src/nvim/os/input.h

14 lines
269 B
C

#ifndef NVIM_OS_INPUT_H
#define NVIM_OS_INPUT_H
#include <stdint.h>
#include <stdbool.h>
#include "nvim/api/private/defs.h"
#include "nvim/event/multiqueue.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/input.h.generated.h"
#endif
#endif // NVIM_OS_INPUT_H