v3.2
- added a constructor for the enum selector that accepts a default option:
MenuSelection(enumClass, defaultIndex)- this causes it to immediately count as a completed element
- there is also a
myMenu.add(name, enumClass, defaultIndex)shortcut version