-
Is there a smart way to get the range of a EnumMenuItem item? Reason: i need to toggle (external, not via menu) trough the EnumMenuItem values, for that i would need to know the allowed max value |
Beta Was this translation helpful? Give feedback.
Answered by
tomelgato
Mar 1, 2023
Replies: 1 comment 2 replies
-
Im blind... need more coffee int maxVal = menuItem.getMaximumValue(); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tomelgato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im blind... need more coffee
int maxVal = menuItem.getMaximumValue();