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

Function onAppPressed

Tactility/Source/app/settings/Settings.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace tt::app::settings {
14
15static void onAppPressed(lv_event_t* e) {
16 const auto* manifest = static_cast<const AppManifest*>(lv_event_get_user_data(e));
17 start(manifest->appId);
18}
19
20static void createWidget(const std::shared_ptr<AppManifest>& manifest, void* parent) {
21 check(parent);

Callers

nothing calls this directly

Calls 1

startFunction · 0.50

Tested by

no test coverage detected