aboutsummaryrefslogtreecommitdiff
path: root/src/indev/lv_indev.h
Commit message (Expand)AuthorAge
* feat(indev): add long press time setter (#6664)Antoine Villeret2024-08-13
* refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names...Liam2024-08-02
* chore: update some code and docs to use v9 API (#5876)zylalx12024-04-10
* More chore work in indev files (#5604)Carlos Diaz2024-02-07
* docs(indev): Document the relation between LV_INDEV_MODE_EVENT and data->cont...J. Neuschäfer2024-02-05
* chore(indev): support lv_indev_get_mode (#5186)bjsylvia2024-01-14
* fix(display): fix inconsistency in the API (#5136)Gabor Kiss-Vamosi2024-01-11
* chore: move lv_obj_t define to lv_types.h (#5161)Neo Xu2024-01-03
* lvgl:add lv_display_remove_event_cb_with_user_data (#4998)jianglianfang2023-12-26
* feat(indev): add lv_indev_set_mode to switch input device's event model (#4949)bjsylvia2023-12-20
* feat(indev): add API to remove polling timer (#4891)Neo Xu2023-11-30
* feat(indev): support lv_indev_get_read_cb (#4894)bjsylvia2023-11-30
* refactor(event): add _cb postfix to lv_obj_add_event()Gabor Kiss-Vamosi2023-11-28
* feat(indev): make indevs event basedGabor Kiss-Vamosi2023-11-13
* refactor(style): rename lv_indev_get_act to lv_indev_activeGabor Kiss-Vamosi2023-10-31
* refactor: disp->display, res->result/resolution, hor/ver->horizontal/vertical...Gabor Kiss-Vamosi2023-09-18
* feat(indev): add 'lv_indev_read' to allow read events from specified indev (#...bjsylvia2023-08-28
* arch(draw): add parallel rendering architectureGabor Kiss-Vamosi2023-07-05