diff options
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include "editor.h" #include <SDL2/SDL_keyboard.h> +void input_process_textinput(struct editor_state *editor, const char *text); void editor_process_keypress(struct editor_state *editor, SDL_Keysym *keysym); #endif |