Closed MouriNaruto closed 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.
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.
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.