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

#include <imgui.h>

Collaboration diagram for ImGuiPlatformMonitor:
[legend]

Public Member Functions

 ImGuiPlatformMonitor ()
 

Public Attributes

ImVec2 MainPos
 
ImVec2 MainSize
 
ImVec2 WorkPos
 
ImVec2 WorkSize
 
float DpiScale
 
void * PlatformHandle
 

Constructor & Destructor Documentation

◆ ImGuiPlatformMonitor()

ImGuiPlatformMonitor::ImGuiPlatformMonitor ( )
inline

Member Data Documentation

◆ DpiScale

float ImGuiPlatformMonitor::DpiScale

◆ MainPos

ImVec2 ImGuiPlatformMonitor::MainPos

◆ MainSize

ImVec2 ImGuiPlatformMonitor::MainSize

◆ PlatformHandle

void* ImGuiPlatformMonitor::PlatformHandle

◆ WorkPos

ImVec2 ImGuiPlatformMonitor::WorkPos

◆ WorkSize

ImVec2 ImGuiPlatformMonitor::WorkSize

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