| 3740 | } // namespace ImStb |
| 3741 | |
| 3742 | void ImGuiInputTextState::OnKeyPressed(int key) |
| 3743 | { |
| 3744 | stb_textedit_key(this, &Stb, key); |
| 3745 | CursorFollow = true; |
| 3746 | CursorAnimReset(); |
| 3747 | } |
| 3748 | |
| 3749 | ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() |
| 3750 | { |
no test coverage detected