yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::workflow::WorkflowButtonRect Struct Reference

#include <workflow_activity_widgets.h>

Public Member Functions

ImVec2 Center () const
 

Public Attributes

bool visible = false
 
ImGuiID id = 0
 
ImVec2 min = ImVec2(0.0f, 0.0f)
 
ImVec2 max = ImVec2(0.0f, 0.0f)
 

Detailed Description

Definition at line 21 of file workflow_activity_widgets.h.

Member Function Documentation

◆ Center()

ImVec2 yaze::editor::workflow::WorkflowButtonRect::Center ( ) const
inline

Definition at line 27 of file workflow_activity_widgets.h.

References max, and min.

Member Data Documentation

◆ visible

bool yaze::editor::workflow::WorkflowButtonRect::visible = false

◆ id

ImGuiID yaze::editor::workflow::WorkflowButtonRect::id = 0

◆ min

ImVec2 yaze::editor::workflow::WorkflowButtonRect::min = ImVec2(0.0f, 0.0f)

◆ max

ImVec2 yaze::editor::workflow::WorkflowButtonRect::max = ImVec2(0.0f, 0.0f)

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