MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / OnKeyPressed

Method OnKeyPressed

KBotExt/imgui/imgui_widgets.cpp:3835–3840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InputTextExMethod · 0.80

Calls 2

stb_textedit_keyFunction · 0.85
CursorAnimResetFunction · 0.85

Tested by

no test coverage detected