s3dw_input_change_text
changes the text of the input
- Provided by: s3d-doc (Version: 0.2.2.1-6build3)
- Source: s3d
- Report a bug
changes the text of the input
#include <s3dw.h>
void s3dw_input_change_text(s3dw_input *input, const char *text);
Change the text in the referenced input-box to the specified text.
Simon Wunderlich