Files
tactility/Tactility/Source/ui/Spacer.h
T
Ken Van Hoeylandt ca5d4b8226 C++ refactoring (#91)
2024-11-26 17:51:05 +01:00

10 lines
145 B
C++

#pragma once
#include "lvgl.h"
namespace tt::lvgl {
lv_obj_t* spacer_create(lv_obj_t* parent, int32_t width, int32_t height);
} // namespace