MCPcopy 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
607void Textbox::OnDefocus()
608{
609 if (defocusCallback.callback)
610 defocusCallback.callback();
611}
612
613void Textbox::Draw(const Point& screenPos)
614{

Callers 1

FocusComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected