| 3833 | } // namespace ImStb |
| 3834 | |
| 3835 | void ImGuiInputTextState::OnKeyPressed(int key) |
| 3836 | { |
| 3837 | stb_textedit_key(this, &Stb, key); |
| 3838 | CursorFollow = true; |
| 3839 | CursorAnimReset(); |
| 3840 | } |
| 3841 | |
| 3842 | ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() |
| 3843 | { |
no test coverage detected