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

Function software_keyboard_hide

Tactility/Source/lvgl/Keyboard.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void software_keyboard_hide() {
19 auto gui_service = service::gui::findService();
20 if (gui_service != nullptr) {
21 gui_service->softwareKeyboardHide();
22 }
23}
24
25bool software_keyboard_is_enabled() {
26 auto gui_service = service::gui::findService();

Callers 1

Calls 2

softwareKeyboardHideMethod · 0.80
findServiceFunction · 0.50

Tested by

no test coverage detected