mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
docs(events): fix grammatical issue (#8782)
This commit is contained in:
@@ -12,7 +12,7 @@ interesting to the user, e.g. when a Widget:
|
|||||||
- has its value changed
|
- has its value changed
|
||||||
- is redrawn, etc.
|
- is redrawn, etc.
|
||||||
|
|
||||||
Besides Widgets, events can registered from displays and input devices as well.
|
Besides Widgets, events can be registered on displays and input devices as well.
|
||||||
It is not detailed below, but you can do this by changing the prefix of the functions
|
It is not detailed below, but you can do this by changing the prefix of the functions
|
||||||
from ``lv_obj_`` to ``lv_display_`` or ``lv_indev_``.
|
from ``lv_obj_`` to ``lv_display_`` or ``lv_indev_``.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user