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

Detailed Description

Definition at line 2939 of file imgui.h.

#include <imgui.h>

Public Member Functions

 ImGuiViewport ()
 
ImVec2 GetCenter () const
 
ImVec2 GetWorkCenter () const
 

Public Attributes

ImGuiViewportFlags Flags
 
ImVec2 Pos
 
ImVec2 Size
 
ImVec2 WorkPos
 
ImVec2 WorkSize
 
void * PlatformHandleRaw
 

Constructor & Destructor Documentation

◆ ImGuiViewport()

ImGuiViewport::ImGuiViewport ( )
inline

Definition at line 2950 of file imgui.h.

Member Function Documentation

◆ GetCenter()

ImVec2 ImGuiViewport::GetCenter ( ) const
inline

Definition at line 2953 of file imgui.h.

◆ GetWorkCenter()

ImVec2 ImGuiViewport::GetWorkCenter ( ) const
inline

Definition at line 2954 of file imgui.h.

Member Data Documentation

◆ Flags

ImGuiViewportFlags ImGuiViewport::Flags

Definition at line 2941 of file imgui.h.

◆ PlatformHandleRaw

void* ImGuiViewport::PlatformHandleRaw

Definition at line 2948 of file imgui.h.

◆ Pos

ImVec2 ImGuiViewport::Pos

Definition at line 2942 of file imgui.h.

◆ Size

ImVec2 ImGuiViewport::Size

Definition at line 2943 of file imgui.h.

◆ WorkPos

ImVec2 ImGuiViewport::WorkPos

Definition at line 2944 of file imgui.h.

◆ WorkSize

ImVec2 ImGuiViewport::WorkSize

Definition at line 2945 of file imgui.h.


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