Class Stats

Inheritance Relationships

Base Type

Class Documentation

class Stats : public Blam::DebugUI::ImGUIDrawingGroup

This is the ImGUI-based implementation of the stats widget.

Ideally, it would be used to show a variety of information during runtime. Turns out that’s basically what it does, although it’s limited to the following information due to there not being much to really show:

  • Mouse Position

  • Framerate

  • DXGI Swap Chain Information

Public Functions

Stats()

Empty constructor.

~Stats()

Empty destructor.

bool *ShowFPS()

Retrieves whether or not the FPS should be shown in the stats display.

Return

A pointer to Blam::DebugUI::Windows::Stats::show_fps

void Draw()

Draws the stats display.