Skip to content

Commit

Permalink
Merge branch 'master' into orbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 29, 2023
2 parents 95fc388 + 448cb47 commit b1fe681
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VortexEngine/src/Menus/Menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ class Menu
// blink the selected finger
virtual void blinkSelection(uint32_t offMs = 250, uint32_t onMs = 500);

// an overridable api that allows derived menus to decide which led selections
// should be available before they have actually opened
virtual bool isValidLedSelection(LedMap selection) const { return true; }

// the mode copied from the current mode used to preview changes
Mode m_previewMode;
// the color of this menu
Expand Down

0 comments on commit b1fe681

Please sign in to comment.