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

Function software_keyboard_activate

Tactility/Source/lvgl/Keyboard.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void software_keyboard_activate(lv_group_t* group) {
35 pending_keyboard_group = group;
36 if (keyboard_device != nullptr) {
37 lv_indev_set_group(keyboard_device, group);
38 }
39}
40
41void software_keyboard_deactivate() {
42 pending_keyboard_group = nullptr;

Callers 2

keyboardAddTextAreaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected