linux input port done
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user