lvgl-sdl
lvgl-sdl copied to clipboard
Update lv_port_indev.c
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,