linux input port done

This commit is contained in:
2025-01-31 19:47:49 +00:00
parent 23be603dfc
commit 69ce396f38
3 changed files with 95 additions and 24 deletions

View File

@@ -16,4 +16,15 @@ struct tart_vec2 term_current_size();
char term_getch();
char term_getche();
// tinput is threaded input
int term_threaded_input_init();
int term_threaded_input_stop();
char term_tinputi(int idx);
char* term_tinputb();
char term_tinput();
void term_disable_cursor();
void term_enable_cursor();
#endif