| 3702 | } // namespace ImStb |
| 3703 | |
| 3704 | void ImGuiInputTextState::OnKeyPressed(int key) |
| 3705 | { |
| 3706 | stb_textedit_key(this, &Stb, key); |
| 3707 | CursorFollow = true; |
| 3708 | CursorAnimReset(); |
| 3709 | } |
| 3710 | |
| 3711 | ImGuiInputTextCallbackData::ImGuiInputTextCallbackData() |
| 3712 | { |
no test coverage detected