Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Attributes | List of all members
ImGuiSizeConstraintCallbackData Struct Reference

#include <imgui.h>

Public Attributes

void * UserData
 
ImVec2 Pos
 
ImVec2 CurrentSize
 
ImVec2 DesiredSize
 

Detailed Description

Definition at line 1090 of file imgui.h.

Member Data Documentation

ImVec2 ImGuiSizeConstraintCallbackData::CurrentSize

Definition at line 1094 of file imgui.h.

ImVec2 ImGuiSizeConstraintCallbackData::DesiredSize

Definition at line 1095 of file imgui.h.

ImVec2 ImGuiSizeConstraintCallbackData::Pos

Definition at line 1093 of file imgui.h.

void* ImGuiSizeConstraintCallbackData::UserData

Definition at line 1092 of file imgui.h.


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