| 3733 | } // namespace ImStb |
| 3734 | |
| 3735 | void ImGuiInputTextState::OnKeyPressed(int key) |
| 3736 | { |
| 3737 | stb_textedit_key(this, &Stb, key); |
| 3738 | CursorFollow = true; |
| 3739 | CursorAnimReset(); |
| 3740 | } |
| 3741 | |
| 3742 | ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() |
| 3743 | { |
no test coverage detected