#pragma once #include #ifdef __cplusplus extern "C" { #endif bool lvgl_has_indev_of_type(lv_indev_type_t type); #ifdef __cplusplus } #endif