....that!

This commit is contained in:
2025-11-18 00:56:32 -05:00
parent 34948292ae
commit be772481f6
18 changed files with 374 additions and 162 deletions

View File

@@ -19,6 +19,11 @@ namespace anm2ed::imgui
glm::vec2 savedPan{};
int savedOverlayIndex{};
glm::ivec2 mousePos{};
glm::vec2 checkerPan{};
glm::vec2 checkerSyncPan{};
float checkerSyncZoom{};
bool isCheckerPanInitialized{};
bool hasPendingZoomPanAdjust{};
std::vector<resource::Texture> renderFrames{};
public: