mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
docs(indev) clarify purpose of continue_reading
flag
This commit is contained in:
parent
5a3876e9e6
commit
706f81e586
@ -81,7 +81,7 @@ typedef struct {
|
||||
int16_t enc_diff; /**< For LV_INDEV_TYPE_ENCODER number of steps since the previous read*/
|
||||
|
||||
lv_indev_state_t state; /**< LV_INDEV_STATE_REL or LV_INDEV_STATE_PR*/
|
||||
bool continue_reading; /**< Call the read callback until it's set to true*/
|
||||
bool continue_reading; /**< If set to true, the read callback is invoked again*/
|
||||
} lv_indev_data_t;
|
||||
|
||||
/** Initialized by the user and registered by 'lv_indev_add()'*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user