Cursors: optional snapping

This commit is contained in:
2026-03-25 21:53:36 +01:00
parent 608ff9ed85
commit 1918645d53
3 changed files with 15 additions and 12 deletions

View File

@@ -45,6 +45,7 @@ public:
CursorInfo cursorA;
CursorInfo cursorB;
bool showDelta = true;
bool snapToPeaks = true;
// Hover cursor (follows mouse, always active)
CursorInfo hover;