fixed wrong comment
This commit is contained in:
@@ -49,7 +49,7 @@ typedef struct {
|
|||||||
uint32_t key; /*For LV_INDEV_TYPE_KEYPAD the currently pressed key*/
|
uint32_t key; /*For LV_INDEV_TYPE_KEYPAD the currently pressed key*/
|
||||||
uint32_t btn; /*For LV_INDEV_TYPE_BUTTON the currently pressed button*/
|
uint32_t btn; /*For LV_INDEV_TYPE_BUTTON the currently pressed button*/
|
||||||
};
|
};
|
||||||
lv_indev_state_t state; /*LV_INDEV_EVENT_REL or LV_INDEV_EVENT_PR*/
|
lv_indev_state_t state; /*LV_INDEV_STATE_REL or LV_INDEV_STATE_PR*/
|
||||||
void *user_data; /*'lv_indev_drv_t.priv' for this driver*/
|
void *user_data; /*'lv_indev_drv_t.priv' for this driver*/
|
||||||
} lv_indev_data_t;
|
} lv_indev_data_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user