natiny_input_get_char_count

C
int natiny_input_get_char_count(void);

Returns how many Unicode characters were captured in the current frame text-input buffer.

Returns

Type Description
int Number of available input characters

Example

C
int n = natiny_input_get_char_count();

Notes

  • The count describes the text-input buffer captured for the current frame.