diff --git a/parts/scenes/test.lua b/parts/scenes/test.lua index 77d50694..edeb680a 100644 --- a/parts/scenes/test.lua +++ b/parts/scenes/test.lua @@ -60,6 +60,12 @@ end function scene.wheelMoved(dx,dy) push(("[wheelMoved] <%d, %d>"):format(dx,dy)) end +function scene.fileDropped(file) + push(("[fileDropped] <%s>"):format(file:getFilename())) +end +function scene.directoryDropped(path) + push(("[directoryDropped] <%s>"):format(path)) +end function scene.update(dt) if timer>0 then