You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ly/src/inputs.h

10 lines
192 B
C

#ifndef H_INPUTS
#define H_INPUTS
#include "termbox.h"
void handle_text(void* input_struct, struct tb_event* event);
void handle_desktop(void* input_struct, struct tb_event* event);
#endif