Zrythm
a highly automated and intuitive digital audio workstation
|
Common editor settings. More...
#include <gui/backend/editor_settings.h>
Data Fields | |
int | scroll_start_x |
Horizontal scroll start position. | |
int | scroll_start_y |
Vertical scroll start position. | |
double | hzoom_level |
Horizontal zoom level. | |
Common editor settings.
Definition at line 22 of file editor_settings.h.
double EditorSettings::hzoom_level |
Horizontal zoom level.
Definition at line 31 of file editor_settings.h.
int EditorSettings::scroll_start_x |
Horizontal scroll start position.
Definition at line 25 of file editor_settings.h.
int EditorSettings::scroll_start_y |
Vertical scroll start position.
Definition at line 28 of file editor_settings.h.