DIWNE::DGui::RectData
Helper data structure for BeginRect()/EndRect().
#include "DIWNE/Core/diwne_utils.h"
Public Attributes
Name | |
---|---|
ImVec2 | BackupCursorMaxPos |
ImVec2 | BackupCursorPos |
Public Attributes Documentation
variable BackupCursorMaxPos
cpp
ImVec2 BackupCursorMaxPos;
ImVec2 BackupCursorMaxPos;
variable BackupCursorPos
cpp
ImVec2 BackupCursorPos;
ImVec2 BackupCursorPos;
Updated on 2025-05-31 at 12:55:31 +0000