Input device feedback callback does not show event data

Currently, the feedback callback does not receive event data when it is called. This means that getting detailed feedback on events like LV_EVENT_KEY is impossible.

I modified the feedback callback to pass event data as a third parameter and pushed it to a new feedback_cb branch. Should I send this as a PR to master, dev-6.1, or not send it at all? :wink:

lv_event_get_data() should work. Or is there any problem with it?

Thank you, that would work fine.

No problem!