MCPcopy 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
78void ImageFileBasicApp::fileDrop( FileDropEvent event )
79{
80 openImage( event.getFile( 0 ) );
81}
82
83void ImageFileBasicApp::draw()
84{

Callers

nothing calls this directly

Calls 1

getFileMethod · 0.80

Tested by

no test coverage detected