lvgl-sdl icon indicating copy to clipboard operation
lvgl-sdl copied to clipboard

Update lv_port_indev.c

Open krzysobo opened this issue 2 years ago • 0 comments

The mouse didn't work because the code checked for the presence of a pad/game controller (lines 80-83) regardless of the device attached. Not finding a pad, the code was quitting from the function. I've moved this code fragment to the section regarding game controller only and now the mouse works. Use my fork, please. Regards,

krzysobo avatar Aug 07 '23 23:08 krzysobo