diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-04-02 11:13:50 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-04-02 11:13:50 +1100 |
| commit | e20ebe7574db5aedc73f07b7bb3a0a01eae93c84 (patch) | |
| tree | 34c93ec8a80e282f3ce3e47dd60c41e46de0f8b3 /lib/luavgl/src/lvgl.lua | |
| parent | a750af35aa6afda40aadca8f7cf8db75f41a43b2 (diff) | |
| parent | 0d0c4b2307cac8436fea7276956f293262b265ed (diff) | |
| download | tangara-fw-e20ebe7574db5aedc73f07b7bb3a0a01eae93c84.tar.gz | |
Merge branch 'main' into lua-volume
Diffstat (limited to 'lib/luavgl/src/lvgl.lua')
| -rw-r--r-- | lib/luavgl/src/lvgl.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/luavgl/src/lvgl.lua b/lib/luavgl/src/lvgl.lua index e06f673d..c8aba5e0 100644 --- a/lib/luavgl/src/lvgl.lua +++ b/lib/luavgl/src/lvgl.lua @@ -1098,6 +1098,11 @@ end function slider:value() end +--- get whether slider is dragged or not +--- @return boolean +function slider:is_dragged() +end + --- --- Switch widget ---@class Switch:Object @@ -1374,7 +1379,7 @@ end --- @field pad_gap? integer --- @field bg_color? integer | string text color in hex integer or #RGB or #RRGGBB format --- @field bg_opa? integer ---- @field bg_grad_color? integer +--- @field bg_grad_color? integer | string text color in hex integer or #RGB or #RRGGBB format --- @field bg_grad_dir? integer --- @field bg_main_stop? integer --- @field bg_grad_stop? integer |
