docs(gesture): fix typo lv_indev_act() -> lv_indev_get_act() (#3291)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -66,7 +66,7 @@ To prevent passing the gesture event to the parent from an object use `lv_obj_cl
|
|||||||
|
|
||||||
Note that, gestures are not triggered if an object is being scrolled.
|
Note that, gestures are not triggered if an object is being scrolled.
|
||||||
|
|
||||||
If you did some action on a gesture you can call `lv_indev_wait_release(lv_indev_act())` in the event handler to prevent LVGL sending further input device related events.
|
If you did some action on a gesture you can call `lv_indev_wait_release(lv_indev_get_act())` in the event handler to prevent LVGL sending further input device related events.
|
||||||
|
|
||||||
## Keypad and encoder
|
## Keypad and encoder
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user