lv_indev_data_t struct
Data structure passed to an input driver to fill
Fields
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.
LV_INDEV_STATE_RELEASED or LV_INDEV_STATE_PRESSED.
If set to true, the read callback is invoked again, unless the device is in event-driven mode.
![]()
typedef struct {