spinbutton: value scrubbing gesture

This commit is contained in:
end-4
2025-03-29 09:19:52 +01:00
parent b22454b533
commit a004669a59
2 changed files with 44 additions and 5 deletions
@@ -27,3 +27,10 @@ export function setupCursorHoverInfo(button) { // "?" mark cursor on hover
setupCursorHover(button, 'help');
}
export function setupCursorHoverHResize(button) { // Resize left right
setupCursorHover(button, 'ew-resize');
}
export function setupCursorHoverVResize(button) { // Resize up down
setupCursorHover(button, 'ns-resize');
}