Skip to content

Add dragged file path event in VTK render windows

Michael Migliore requested to merge michael.migliore/vtk:dragged-event into master

This MR adds support of drag and drop files in the render window.
It implements the feature for Cocoa (macOS) and Win32 (windows).
Implementation for X (linux) will follow soon.

@mwestphal

Merge request reports