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 |
Region selection state for screenshot cropping.
Definition at line 78 of file agent_state.h.
| bool yaze::editor::RegionSelectionState::active = false |
Definition at line 79 of file agent_state.h.
| bool yaze::editor::RegionSelectionState::dragging = false |
Definition at line 80 of file agent_state.h.
| ImVec2 yaze::editor::RegionSelectionState::start_pos |
Definition at line 81 of file agent_state.h.
| ImVec2 yaze::editor::RegionSelectionState::end_pos |
Definition at line 82 of file agent_state.h.
| ImVec2 yaze::editor::RegionSelectionState::selection_min |
Definition at line 83 of file agent_state.h.
| ImVec2 yaze::editor::RegionSelectionState::selection_max |
Definition at line 84 of file agent_state.h.