:orphan: .. title:: LVGL_INPUT_DRAG_THRESHOLD .. option:: CONFIG_LVGL_INPUT_DRAG_THRESHOLD *Drag Threshold* Type: ``int`` Help ==== Threshold in pixels before entering drag mode Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 10 if \ :option:`LVGL ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig:231`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:37`` → ``lib/Kconfig:15`` → ``lib/gui/Kconfig:9`` Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support .. parsed-literal:: config LVGL_INPUT_DRAG_THRESHOLD int prompt "Drag Threshold" if \ :option:`LVGL ` default 10 if \ :option:`LVGL ` depends on \ :option:`LVGL ` help Threshold in pixels before entering drag mode *(Definitions include propagated dependencies, including from if's and menus.)*