imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
Loading...
Searching...
No Matches
template_window.h
Go to the documentation of this file.
1#pragma once
2
9#include "log_window.h"
10
11namespace imgui_kit
12{
22 {
23 private:
25 void render() override;
26 };
27}
Minimal reference example of a UserInterfaceWindow subclass.
Definition template_window.h:22
Abstract base class for all windows rendered by the kit.
Definition user_interface_window.h:83
Built-in log window with colour-coded entries, filtering and auto-scroll.
Definition colour_palette.h:11
Abstract base class for user-defined windows and global window flags.