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

#include <imgui_internal.h>

Collaboration diagram for ImGuiComboPreviewData:
[legend]

Public Member Functions

 ImGuiComboPreviewData ()
 

Public Attributes

ImRect PreviewRect
 
ImVec2 BackupCursorPos
 
ImVec2 BackupCursorMaxPos
 
ImVec2 BackupCursorPosPrevLine
 
float BackupPrevLineTextBaseOffset
 
ImGuiLayoutType BackupLayout
 

Constructor & Destructor Documentation

◆ ImGuiComboPreviewData()

ImGuiComboPreviewData::ImGuiComboPreviewData ( )
inline

Member Data Documentation

◆ BackupCursorMaxPos

ImVec2 ImGuiComboPreviewData::BackupCursorMaxPos

◆ BackupCursorPos

ImVec2 ImGuiComboPreviewData::BackupCursorPos

◆ BackupCursorPosPrevLine

ImVec2 ImGuiComboPreviewData::BackupCursorPosPrevLine

◆ BackupLayout

ImGuiLayoutType ImGuiComboPreviewData::BackupLayout

◆ BackupPrevLineTextBaseOffset

float ImGuiComboPreviewData::BackupPrevLineTextBaseOffset

◆ PreviewRect

ImRect ImGuiComboPreviewData::PreviewRect

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