lvgl / lv_demos

Examples, tutorials and applications for the LVGL embedded GUI library
https://lvgl.io
492 stars 366 forks source link

Make the keyboard and mousewheel support in lv_demo_keypad_encoder demo adaptable. #93

Closed MouriNaruto closed 3 years ago

MouriNaruto commented 3 years ago

In https://github.com/lvgl/lvgl/issues/2043, I have mentioned I want to make the lv_demo_keypad_encoder demo adaptable before I contribute the new windows driver in lv_drivers because I want to add the keyboard and mousewheel support via pure Win32 API implementation.

embeddedt commented 3 years ago

Looks good. The keyboard and mousewheel registration code needs to be moved to here otherwise this demo will not function on the PC simulator out of the box.

MouriNaruto commented 3 years ago

Looks good. The keyboard and mousewheel registration code needs to be moved to here otherwise this demo will not function on the PC simulator out of the box.

@embeddedt I have done it in https://github.com/lvgl/lv_sim_eclipse_sdl/pull/85.