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

Method OnSubmit

test/GwenOpenGLTest/TextBox.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void OnSubmit(Gwen::Controls::Base* pControl)
65 {
66 Gwen::Controls::TextBox* textbox = (Gwen::Controls::TextBox*)(pControl);
67 UnitPrint(Utility::Format(L"Textbox Submit: [%s]\n", textbox->GetText().c_str()));
68 }
69
70 Gwen::Font m_Font;
71};

Callers

nothing calls this directly

Calls 3

FormatEnum · 0.85
c_strMethod · 0.80
GetTextMethod · 0.45

Tested by

no test coverage detected