Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/The-Powder-Toy/The-Powder-Toy
/ OnDefocus
Method
OnDefocus
src/gui/interface/Textbox.cpp:607–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
}
606
607
void Textbox::OnDefocus()
608
{
609
if (defocusCallback.callback)
610
defocusCallback.callback();
611
}
612
613
void Textbox::Draw(const Point& screenPos)
614
{
Callers
1
FocusComponent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected