Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
void CGumpGeneric::OnTextInput(const TextEvent &ev)
179
{
180
const auto ch = EvChar(ev);
181
g_EntryPointer->Insert(ch);
182
WantRedraw = true;
183
}
184
185
void CGumpGeneric::OnKeyDown(const KeyEvent &ev)
186
{
Callers
nothing calls this directly
Calls
1
Insert
Method · 0.45
Tested by
no test coverage detected