lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
290 stars 309 forks source link

feature(libinput): Expose function for querying capability #275

Closed Johennes closed 1 year ago

Johennes commented 1 year ago

This extracts the code for querying input device capabilities into a global function so that consumers of the library can use it as well.

An example of how this is used can be found in https://gitlab.com/cherrypicker/unl0kr/-/merge_requests/15.

kisvegabor commented 1 year ago

I agree that it'd be useful. Thanks!