#include "GDCore/Tools/Log.h" #include "DndTextObjectsEditor.h" /** * Handle text dropped to the editor : Do nothing for now */ bool DndTextObjectsEditor::OnDropText(wxCoord x, wxCoord y, const wxString& text) { return true; }