Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
void D3d11ImageBasicApp::fileDrop( FileDropEvent event )
278
{
279
loadImage( event.getFile( 0 ) );
280
}
281
282
void D3d11ImageBasicApp::loadImage( const fs::path &path )
283
{
Callers
nothing calls this directly
Calls
2
loadImage
Function · 0.85
getFile
Method · 0.80
Tested by
no test coverage detected