Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiPopupData Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiPopupData:
[legend]

Public Member Functions

 ImGuiPopupData ()
 

Public Attributes

ImGuiID PopupId
 
ImGuiWindowWindow
 
ImGuiWindowRestoreNavWindow
 
int ParentNavLayer
 
int OpenFrameCount
 
ImGuiID OpenParentId
 
ImVec2 OpenPopupPos
 
ImVec2 OpenMousePos
 

Constructor & Destructor Documentation

◆ ImGuiPopupData()

ImGuiPopupData::ImGuiPopupData ( )
inline

Member Data Documentation

◆ OpenFrameCount

int ImGuiPopupData::OpenFrameCount

◆ OpenMousePos

ImVec2 ImGuiPopupData::OpenMousePos

◆ OpenParentId

ImGuiID ImGuiPopupData::OpenParentId

◆ OpenPopupPos

ImVec2 ImGuiPopupData::OpenPopupPos

◆ ParentNavLayer

int ImGuiPopupData::ParentNavLayer

◆ PopupId

ImGuiID ImGuiPopupData::PopupId

◆ RestoreNavWindow

ImGuiWindow* ImGuiPopupData::RestoreNavWindow

◆ Window

ImGuiWindow* ImGuiPopupData::Window

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