docs(gesture): clarify gesture triggering with scrolling
related to #2995
This commit is contained in:
committed by
GitHub
parent
da0b891a28
commit
e3b43eec94
@@ -64,6 +64,8 @@ lv_obj_add_event_cb(screen1, my_event, LV_EVENT_GESTURE, NULL);
|
|||||||
|
|
||||||
To prevent passing the gesture event to the parent from an obejct use `lv_obj_clear_flag(obj, LV_OBJ_FLAG_GESTURE_BUBBLE)`.
|
To prevent passing the gesture event to the parent from an obejct use `lv_obj_clear_flag(obj, LV_OBJ_FLAG_GESTURE_BUBBLE)`.
|
||||||
|
|
||||||
|
Note that, gestures are not triggered if an object is being scrolled.
|
||||||
|
|
||||||
## Keypad and encoder
|
## Keypad and encoder
|
||||||
|
|
||||||
You can fully control the user interface without a touchpad or mouse by using a keypad or encoder(s). It works similar to the *TAB* key on the PC to select an element in an application or a web page.
|
You can fully control the user interface without a touchpad or mouse by using a keypad or encoder(s). It works similar to the *TAB* key on the PC to select an element in an application or a web page.
|
||||||
|
|||||||
Reference in New Issue
Block a user