MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / OnEdit

Method OnEdit

test/GwenOpenGLTest/TextBox.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void OnEdit(Gwen::Controls::Base* pControl)
59 {
60 Gwen::Controls::TextBox* textbox = (Gwen::Controls::TextBox*)(pControl);
61 UnitPrint(Utility::Format(L"Textbox Edit: [%s]\n", textbox->GetText().c_str()));
62 }
63
64 void OnSubmit(Gwen::Controls::Base* pControl)
65 {

Callers

nothing calls this directly

Calls 3

FormatEnum · 0.85
c_strMethod · 0.80
GetTextMethod · 0.45

Tested by

no test coverage detected