MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / Gui

Method Gui

testbed/src/Gui.cpp:43–49  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

41
42// Constructor
43Gui::Gui(TestbedApplication* app)
44 : mApp(app), mSimulationPanel(nullptr), mSettingsPanel(nullptr), mPhysicsPanel(nullptr),
45 mRenderingPanel(nullptr), mFPSLabel(nullptr), mFrameTimeLabel(nullptr), mTotalPhysicsTimeLabel(nullptr),
46 mPhysicsStepTimeLabel(nullptr), mIsDisplayed(true)
47{
48
49}
50
51// Destructor
52Gui::~Gui() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected