Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ fileDrop
Method
fileDrop
samples/ImageFileBasic/src/ImageFileBasicApp.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void ImageFileBasicApp::fileDrop( FileDropEvent event )
79
{
80
openImage( event.getFile( 0 ) );
81
}
82
83
void ImageFileBasicApp::draw()
84
{
Callers
nothing calls this directly
Calls
1
getFile
Method · 0.80
Tested by
no test coverage detected