lv_indev_data_t struct
Data structure passed to an input driver to fill
Fields
LV_INDEV_STATE_REL or LV_INDEV_STATE_PR.
If set to true, the read callback is invoked again.
For LV_INDEV_TYPE_POINTER the currently pressed point.
For LV_INDEV_TYPE_KEYPAD the currently pressed key.
For LV_INDEV_TYPE_BUTTON the currently pressed button.
For LV_INDEV_TYPE_ENCODER number of steps since the previous read.