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

Region selection state for screenshot cropping. More...

#include <agent_state.h>

Public Attributes

bool active = false
 
bool dragging = false
 
ImVec2 start_pos
 
ImVec2 end_pos
 
ImVec2 selection_min
 
ImVec2 selection_max
 

Detailed Description

Region selection state for screenshot cropping.

Definition at line 78 of file agent_state.h.

Member Data Documentation

◆ active

bool yaze::editor::RegionSelectionState::active = false

Definition at line 79 of file agent_state.h.

◆ dragging

bool yaze::editor::RegionSelectionState::dragging = false

Definition at line 80 of file agent_state.h.

◆ start_pos

ImVec2 yaze::editor::RegionSelectionState::start_pos

Definition at line 81 of file agent_state.h.

◆ end_pos

ImVec2 yaze::editor::RegionSelectionState::end_pos

Definition at line 82 of file agent_state.h.

◆ selection_min

ImVec2 yaze::editor::RegionSelectionState::selection_min

Definition at line 83 of file agent_state.h.

◆ selection_max

ImVec2 yaze::editor::RegionSelectionState::selection_max

Definition at line 84 of file agent_state.h.


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