MCPcopy Create free account
hub / github.com/crossuo/crossuo / OnTextInput

Method OnTextInput

src/Gumps/GumpGeneric.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void CGumpGeneric::OnTextInput(const TextEvent &ev)
179{
180 const auto ch = EvChar(ev);
181 g_EntryPointer->Insert(ch);
182 WantRedraw = true;
183}
184
185void CGumpGeneric::OnKeyDown(const KeyEvent &ev)
186{

Callers

nothing calls this directly

Calls 1

InsertMethod · 0.45

Tested by

no test coverage detected