MCPcopy Create free account
hub / github.com/chrxh/alien / processIntern

Method processIntern

source/Gui/AboutDialog.cpp:14–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{}
13
14void AboutDialog::processIntern()
15{
16 ImGui::Text("Artificial Life Environment, version %s\n\nis an open source project initiated and maintained by\nChristian Heinemann.", Const::ProgramVersion.c_str());
17
18 ImGui::Dummy({0, ImGui::GetContentRegionAvail().y - scale(50.0f)});
19 AlienImGui::Separator();
20
21 if (AlienImGui::Button("OK")) {
22 close();
23 }
24 ImGui::SetItemDefaultFocus();
25}

Callers

nothing calls this directly

Calls 1

scaleFunction · 0.85

Tested by

no test coverage detected