Skip to content

Struct SYN_MenuValueCfg

ClassList > 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

int32_t SYN_MenuValueCfg::max;

Maximum allowed value


variable min

int32_t SYN_MenuValueCfg::min;

Minimum allowed value


variable step

int32_t SYN_MenuValueCfg::step;

Increment/decrement step


variable value

int32_t* SYN_MenuValueCfg::value;

Pointer to the value to adjust



The documentation for this class was generated from the following file src/syntropic/ui/syn_menu.h