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

Function onPastePressedCallback

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

Source from the content-addressed store, hash-verified

94}
95
96static void onPastePressedCallback(lv_event_t* event) {
97 auto* view = static_cast<View*>(lv_event_get_user_data(event));
98 view->onPastePressed();
99}
100
101// endregion
102

Callers

nothing calls this directly

Calls 1

onPastePressedMethod · 0.80

Tested by

no test coverage detected