imgui-platform-kit 2.0.0
Cross-platform Dear ImGui application framework
Loading...
Searching...
No Matches
imgui_kit::UserInterfaceWindowParameters Struct Referencefinal

Base type for parameters passed to UserInterfaceWindow subclasses. More...

#include <user_interface_window.h>

Public Member Functions

 UserInterfaceWindowParameters ()=default
 
 ~UserInterfaceWindowParameters ()=default
 

Detailed Description

Base type for parameters passed to UserInterfaceWindow subclasses.

Intentionally empty; derived structs are expected to define the member variables and functions relevant to their respective windows.

Constructor & Destructor Documentation

◆ UserInterfaceWindowParameters()

imgui_kit::UserInterfaceWindowParameters::UserInterfaceWindowParameters ( )
default

◆ ~UserInterfaceWindowParameters()

imgui_kit::UserInterfaceWindowParameters::~UserInterfaceWindowParameters ( )
default

The documentation for this struct was generated from the following file: