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

#include <imgui_internal.h>

Public Member Functions

 ImGuiPopupRef (ImGuiID id, ImGuiWindow *parent_window, ImGuiID parent_menu_set, const ImVec2 &mouse_pos)
 

Public Attributes

ImGuiID PopupId
 
ImGuiWindowWindow
 
ImGuiWindowParentWindow
 
ImGuiID ParentMenuSet
 
ImVec2 MousePosOnOpen
 

Detailed Description

Definition at line 391 of file imgui_internal.h.

Constructor & Destructor Documentation

ImGuiPopupRef::ImGuiPopupRef ( ImGuiID  id,
ImGuiWindow parent_window,
ImGuiID  parent_menu_set,
const ImVec2 mouse_pos 
)
inline

Definition at line 399 of file imgui_internal.h.

Member Data Documentation

ImVec2 ImGuiPopupRef::MousePosOnOpen

Definition at line 397 of file imgui_internal.h.

ImGuiID ImGuiPopupRef::ParentMenuSet

Definition at line 396 of file imgui_internal.h.

ImGuiWindow* ImGuiPopupRef::ParentWindow

Definition at line 395 of file imgui_internal.h.

ImGuiID ImGuiPopupRef::PopupId

Definition at line 393 of file imgui_internal.h.

ImGuiWindow* ImGuiPopupRef::Window

Definition at line 394 of file imgui_internal.h.


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