Skip to content

cf_input_text_has_data

Category: input
GitHub: cute_input.h


Returns true if the input buffer of the application has any text within.

bool cf_input_text_has_data();

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_add_utf8
cf_input_text_pop_utf32
cf_input_text_clear