MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / OnKeyPressed

Method OnKeyPressed

core/src/imgui/imgui_widgets.cpp:3704–3709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InputTextExMethod · 0.80

Calls 2

stb_textedit_keyFunction · 0.85
CursorAnimResetFunction · 0.85

Tested by

no test coverage detected