初步完成但是窗口规则有问题会覆盖

This commit is contained in:
DreamMaoMao 2025-02-16 18:41:41 +08:00
parent 549f44868b
commit 5defb68396
4 changed files with 245 additions and 40 deletions

View file

@ -20,7 +20,7 @@ static const double animation_curve[4] = {0.46,1.0,0.29,0.99}; // Animation curv
/* scroller layout setting*/
static const int scroller_structs = 20;
static const float scroller_default_proportion = 0.8;
static bool scoller_foucs_center = false;
static bool scoller_focus_center = false;
static const float scroller_proportion_preset[] = {0.5,0.8,1.0};
/* master-stack layout setting*/