MCPcopy Create free account
hub / github.com/DISTRHO/DPF / onClipboardData

Method onClipboardData

dgl/src/WindowPrivateData.cpp:924–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924void Window::PrivateData::onClipboardData(const uint32_t typeId)
925{
926 if (clipboardTypeId != typeId)
927 clipboardTypeId = 0;
928
929 waitingForClipboardData = false;
930}
931
932#if defined(DEBUG) && defined(DGL_DEBUG_EVENTS)
933static int printEvent(const PuglEvent* event, const char* prefix, const bool verbose);

Callers 1

puglEventCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected