Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ fileDrop
Method
fileDrop
test/Video/VideoPlayerScrubTest/src/VideoPlayerScrubTestApp.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void VideoPlayerScrubTestApp::fileDrop( FileDropEvent event )
201
{
202
loadMovieFile( event.getFile( 0 ) );
203
}
204
205
CINDER_APP( VideoPlayerScrubTestApp, RendererGl, VideoPlayerScrubTestApp::prepareSettings );
Callers
nothing calls this directly
Calls
1
getFile
Method · 0.80
Tested by
no test coverage detected