Class AboutImGUI

Inheritance Relationships

Base Type

Class Documentation

class AboutImGUI : public Blam::DebugUI::ImGUIDrawingGroup

Class for the ImGUI about dialog.

This dialog shows the ImGUI version as well as the MIT license included with it.

Public Functions

AboutImGUI()

Empty constructor.

~AboutImGUI()

Empty destructor.

void Draw()

Draws the about dialog and the MIT license if enabled.

Protected Attributes

bool show_imgui_license = false

Toggles the ImGUI MIT license window.