MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / onFileDrop

Method onFileDrop

src/gui/interface/Engine.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void Engine::onFileDrop(ByteString filename)
332{
333 if (state_)
334 state_->DoFileDrop(filename);
335}
336
337void Engine::StartTextInput()
338{

Callers 1

EventProcessFunction · 0.80

Calls 1

DoFileDropMethod · 0.80

Tested by

no test coverage detected