Skip to content

cf_input_text_add_utf8

Category: input
GitHub: cute_input.h


Adds a utf8 codepoint to the input buffer of the application.

void cf_input_text_add_utf8(const char* text);

Remarks

The input text functions are for dealing with text input. Not all text inputs come from a single key-stroke, as some are comprised of multiple keystrokes, especially when dealing with non-Latin based inputs.

cf_input_text_clear
cf_input_text_pop_utf32
cf_input_text_has_data