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

Method getEventTarget

src/lib/platform/XWindowsScreen.cpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void *XWindowsScreen::getEventTarget() const
431{
432 return const_cast<XWindowsScreen *>(this);
433}
434
435bool XWindowsScreen::getClipboard(ClipboardID id, IClipboard *clipboard) const
436{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected