MCPcopy Create free account
hub / github.com/RenderKit/embree / OnKeyPressed

Method OnKeyPressed

tutorials/common/imgui/imgui_widgets.cpp:3735–3740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InputTextExMethod · 0.80

Calls 2

stb_textedit_keyFunction · 0.85
CursorAnimResetFunction · 0.85

Tested by

no test coverage detected