1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

docs(event): add API section

This commit is contained in:
Gabor Kiss-Vamosi 2023-01-03 07:46:32 +01:00
parent 96c4279929
commit 53dd646770

View File

@ -172,3 +172,13 @@ The *target* parameter of the event is always the current target object, not the
.. include:: ../../examples/event/index.rst
```
## API
```eval_rst
.. doxygenfile:: lv_event.h
:project: lvgl
```