Files
Upsilon/app/text_input.h
Felix Raimundo fd95a7e558 Adds a text_input function to get text.
Also removes ion_getchar in favor of ion_get_event.

Change-Id: Id95ea509315185da24fd2a3fe90969da0bd19cfc
2016-03-23 17:31:59 +01:00

9 lines
209 B
C

#ifndef APP_TEXTINPUT_H
#define APP_TEXTINPUT_H
/* Returns a pointer to an input text, allocated by the functions (it is thus
* the caller's role to free it). */
char* get_text();
#endif // APP_TEXTINPUT_H