CF_InputTextBuffer¶
Category: input
GitHub: cute_input.h
Represents the application's input text buffer.
Struct Members | Description |
---|---|
int len |
The length of the buffer. |
const int* codepoints |
The buffer's data which is a sequence of utf32 codepoints. |
Related Pages¶
cf_input_enable_ime
cf_input_disable_ime
cf_input_text_get_buffer
cf_input_text_clear