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

Function onCutPressedCallback

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

Source from the content-addressed store, hash-verified

84}
85
86static void onCutPressedCallback(lv_event_t* event) {
87 auto* view = static_cast<View*>(lv_event_get_user_data(event));
88 view->onCutPressed();
89}
90
91static void onEjectPressedCallback(lv_event_t* event) {
92 auto* view = static_cast<View*>(lv_event_get_user_data(event));

Callers

nothing calls this directly

Calls 1

onCutPressedMethod · 0.80

Tested by

no test coverage detected