modules: lvgl: Prevent false pointer input events Fixes an issue where input events which have the sync flag set but are neither X/Y coordiante updates nor press/release updates triggers a false reporting of input to LVGL. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>