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

Function hide_keyboard

Tactility/Source/service/gui/Keyboard.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20static void hide_keyboard(lv_event_t* event) {
21 auto service = findService();
22 if (service != nullptr) {
23 service->softwareKeyboardHide();
24 }
25}
26
27bool GuiService::softwareKeyboardIsEnabled() {
28 return !lvgl::hardware_keyboard_is_available() || TT_CONFIG_FORCE_ONSCREEN_KEYBOARD;

Callers

nothing calls this directly

Calls 2

softwareKeyboardHideMethod · 0.80
findServiceFunction · 0.70

Tested by

no test coverage detected