docs(gesture): fix typo lv_indev_act() -> lv_indev_get_act() (#3291)

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2022-04-26 16:32:18 +08:00
committed by GitHub
parent 07b7eea56c
commit 69aa421acd

View File

@@ -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