Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ OnEditboxChanged
Method
OnEditboxChanged
src/network/network_chat_gui.cpp:394–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
}
393
394
void OnEditboxChanged(WidgetID widget) override
395
{
396
if (widget == WID_NC_TEXTBOX) {
397
this->chat_tab_completion.Reset();
398
}
399
}
400
401
/**
402
* Some data on this window has become invalid.
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected