PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImGuiSizeCallbackData Struct Reference

Detailed Description

Definition at line 2125 of file imgui.h.

#include <imgui.h>

Public Attributes

void * UserData
 
ImVec2 Pos
 
ImVec2 CurrentSize
 
ImVec2 DesiredSize
 

Member Data Documentation

◆ CurrentSize

ImVec2 ImGuiSizeCallbackData::CurrentSize

Definition at line 2129 of file imgui.h.

◆ DesiredSize

ImVec2 ImGuiSizeCallbackData::DesiredSize

Definition at line 2130 of file imgui.h.

◆ Pos

ImVec2 ImGuiSizeCallbackData::Pos

Definition at line 2128 of file imgui.h.

◆ UserData

void* ImGuiSizeCallbackData::UserData

Definition at line 2127 of file imgui.h.


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