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

Method MenuItemSelect

test/GwenOpenGLTest/MenuStrip.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void MenuItemSelect(Base* pControl)
93 {
94 Gwen::Controls::MenuItem* pMenuItem = (Gwen::Controls::MenuItem*)pControl;
95
96 UnitPrint(Utility::Format(L"Menu Selected: %s", pMenuItem->GetText().c_str()));
97 }
98};
99
100DEFINE_UNIT_TEST(MenuStrip, L"MenuStrip");

Callers

nothing calls this directly

Calls 3

FormatEnum · 0.85
c_strMethod · 0.80
GetTextMethod · 0.45

Tested by

no test coverage detected