Ken Van Hoeylandt e6e1dcd0ca
Software keyboard refactored (#594)
Removed software keyboard in Tactility subproject (GuiService, Lvgl.cpp) and re-implemented it in TactilityKernel.
2026-07-28 00:04:09 +02:00

14 lines
155 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void lvgl_keyboard_on_start_lvgl();
void lvgl_keyboard_on_stop_lvgl();
#ifdef __cplusplus
}
#endif