Struct SYN_MenuValueCfg¶
Value adjustment config for SYN_MENU_ACTION_VALUE items.
#include <syn_menu.h>
Public Attributes¶
| Type | Name |
|---|---|
| int32_t | max |
| int32_t | min |
| int32_t | step |
| int32_t * | value |
Public Attributes Documentation¶
variable max¶
Maximum allowed value
variable min¶
Minimum allowed value
variable step¶
Increment/decrement step
variable value¶
Pointer to the value to adjust
The documentation for this class was generated from the following file src/syntropic/ui/syn_menu.h