MCPcopy 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
38void SimpleViewerApp::fileDrop( FileDropEvent event )
39{
40 load( event.getFile( 0 ) );
41}
42
43gl::TextureRef renderCairoToTexture( svg::DocRef doc )
44{

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
getFileMethod · 0.80

Tested by

no test coverage detected