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

Function onCopyPressedCallback

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

Source from the content-addressed store, hash-verified

79}
80
81static void onCopyPressedCallback(lv_event_t* event) {
82 auto* view = static_cast<View*>(lv_event_get_user_data(event));
83 view->onCopyPressed();
84}
85
86static void onCutPressedCallback(lv_event_t* event) {
87 auto* view = static_cast<View*>(lv_event_get_user_data(event));

Callers

nothing calls this directly

Calls 1

onCopyPressedMethod · 0.80

Tested by

no test coverage detected