Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
void Engine::onFileDrop(ByteString filename)
332
{
333
if (state_)
334
state_->DoFileDrop(filename);
335
}
336
337
void Engine::StartTextInput()
338
{
Callers
1
EventProcess
Function · 0.80
Calls
1
DoFileDrop
Method · 0.80
Tested by
no test coverage detected