natiny_input_get_char_count
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
int n = natiny_input_get_char_count();
Notes
- The count describes the text-input buffer captured for the current frame.