MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / DropTargetWindow

Method DropTargetWindow

src/DragDropSupport.cpp:23–27  ·  view source on GitHub ↗

----------------------------------------DropTargetWindow-------------------------------------------------

Source from the content-addressed store, hash-verified

21
22//----------------------------------------DropTargetWindow-------------------------------------------------
23DropTargetWindow::DropTargetWindow() :
24 m_dropHwnd(NULL),
25 m_dropTarget(this)
26{
27}
28
29DropTargetWindow::~DropTargetWindow() {
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected