MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / software_keyboard_show

Function software_keyboard_show

Tactility/Source/lvgl/Keyboard.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static lv_group_t* pending_keyboard_group = nullptr;
10
11void software_keyboard_show(lv_obj_t* textarea) {
12 auto gui_service = service::gui::findService();
13 if (gui_service != nullptr) {
14 gui_service->softwareKeyboardShow(textarea);
15 }
16}
17
18void software_keyboard_hide() {
19 auto gui_service = service::gui::findService();

Callers 1

Calls 2

softwareKeyboardShowMethod · 0.80
findServiceFunction · 0.50

Tested by

no test coverage detected