GUI: add ability to move selection by dragging

This commit is contained in:
tildearrow 2022-06-18 23:18:34 -05:00
parent ea082b255c
commit 8a1f544eef
4 changed files with 68 additions and 21 deletions

View file

@ -567,6 +567,7 @@ enum ActionType {
GUI_UNDO_PATTERN_FLIP,
GUI_UNDO_PATTERN_COLLAPSE,
GUI_UNDO_PATTERN_EXPAND,
GUI_UNDO_PATTERN_DRAG,
GUI_UNDO_REPLACE
};