MCPcopy Create free account
hub / github.com/cinder/Cinder / fileDrop

Method fileDrop

samples/D3d11ImageBasic/src/D3d11ImageBasicApp.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void D3d11ImageBasicApp::fileDrop( FileDropEvent event )
278{
279 loadImage( event.getFile( 0 ) );
280}
281
282void D3d11ImageBasicApp::loadImage( const fs::path &path )
283{

Callers

nothing calls this directly

Calls 2

loadImageFunction · 0.85
getFileMethod · 0.80

Tested by

no test coverage detected