GUI: set order to free pattern on middle-click

This commit is contained in:
tildearrow 2025-10-31 20:12:37 -05:00
parent 5b145b7121
commit 465328c952
3 changed files with 52 additions and 0 deletions

View file

@ -39,6 +39,12 @@ struct DivPattern {
*/
short newData[DIV_MAX_ROWS][DIV_MAX_COLS];
/**
* check whether this pattern is empty.
* @return whether it is.
*/
bool isEmpty();
/**
* clear the pattern.
*/