MCPcopy Create free account
hub / github.com/deskflow/deskflow / getEventTarget

Method getEventTarget

src/lib/platform/MSWindowsScreen.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void *MSWindowsScreen::getEventTarget() const
415{
416 return const_cast<MSWindowsScreen *>(this);
417}
418
419bool MSWindowsScreen::getClipboard(ClipboardID, IClipboard *dst) const
420{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected