Skip to content

cf_input_text_get_buffer

Category: input
GitHub: cute_input.h


Returns the content of the text input buffer.

bool cf_input_text_get_buffer(CF_InputTextBuffer* buffer);

Return Value

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

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_enable_ime
cf_input_disable_ime
cf_input_text_clear