Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ fileDrop
Method
fileDrop
samples/_svg/SimpleViewer/src/SimpleViewerApp.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void SimpleViewerApp::fileDrop( FileDropEvent event )
39
{
40
load( event.getFile( 0 ) );
41
}
42
43
gl::TextureRef renderCairoToTexture( svg::DocRef doc )
44
{
Callers
nothing calls this directly
Calls
2
load
Function · 0.85
getFile
Method · 0.80
Tested by
no test coverage detected