yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::CanvasAutomationAPI::SelectionState Struct Reference

Selection state returned by GetSelection(). More...

#include <canvas_automation_api.h>

Public Attributes

bool has_selection = false
 
std::vector< ImVec2 > selected_tiles
 
ImVec2 selection_start = {0, 0}
 
ImVec2 selection_end = {0, 0}
 

Detailed Description

Selection state returned by GetSelection().

Definition at line 27 of file canvas_automation_api.h.

Member Data Documentation

◆ has_selection

bool yaze::gui::CanvasAutomationAPI::SelectionState::has_selection = false

◆ selected_tiles

std::vector<ImVec2> yaze::gui::CanvasAutomationAPI::SelectionState::selected_tiles

◆ selection_start

ImVec2 yaze::gui::CanvasAutomationAPI::SelectionState::selection_start = {0, 0}

◆ selection_end

ImVec2 yaze::gui::CanvasAutomationAPI::SelectionState::selection_end = {0, 0}

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