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

Method resize

examples/ExampleBrowser/GwenGUISupport/gwenUserInterface.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void GwenUserInterface::resize(int width, int height)
99{
100 m_data->pCanvas->SetSize(width, height);
101}
102
103struct MyComboBoxHander : public Gwen::Event::Handler
104{

Callers 7

syncPhysicsToGraphicsMethod · 0.45
copyCameraImageDataMethod · 0.45
cacheMethod · 0.45
createMethod · 0.45

Calls 1

SetSizeMethod · 0.45

Tested by

no test coverage detected