lvgl / lv_drivers

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

Add Windows touch input support for the new native Windows driver (win32drv) #131

Closed MouriNaruto closed 3 years ago

MouriNaruto commented 3 years ago

Backported from https://github.com/lvgl/lv_port_windows.

For improve the experience when using touch devices such as Surface tablets, Wacom pen tablets and etc.

P.S. I want to remove LVGL v7 support for win32drv in the next pull request, for focusing on LVGL v8 simulator improvements and more compact implementations.

Kenji Mouri

kisvegabor commented 3 years ago

Looks good to me, thank you!

P.S. I want to remove LVGL v7 support for win32drv in the next pull request, for focusing on LVGL v8 simulator improvements and more compact implementations.

I agree to remove v7 code. v7 users can use the release/v7 branch.