Update for selecting frames. No more flashing, etc. Not perfect but it'll do

This commit is contained in:
2025-11-17 00:58:22 -05:00
parent d414375d82
commit 25e902f4ea
5 changed files with 83 additions and 31 deletions

View File

@@ -35,6 +35,8 @@ namespace anm2ed::imgui
int draggedFrameStart{-1};
int draggedFrameStartDuration{-1};
bool isDraggedFrameSnapshot{};
bool frameFocusRequested{};
int frameFocusIndex{-1};
FrameDragDrop frameDragDrop{};
std::vector<int> frameSelectionSnapshot{};
std::vector<int> frameSelectionLocked{};