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

Function onNewFilePressedCallback

Tactility/Source/app/files/View.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static void onNewFilePressedCallback(lv_event_t* event) {
72 auto* view = static_cast<View*>(lv_event_get_user_data(event));
73 view->onNewFilePressed();
74}
75
76static void onNewFolderPressedCallback(lv_event_t* event) {
77 auto* view = static_cast<View*>(lv_event_get_user_data(event));

Callers

nothing calls this directly

Calls 1

onNewFilePressedMethod · 0.80

Tested by

no test coverage detected