examples/input_output/dragDropExample/README.md
This example demonstrates how to enabled and capture the dragging and dropping of files into the application window.
In the code, pay attention to:
dragEvent to handle drag related eventsofDragInfo to determine what file(s) were dragged.position on ofDragInfo to determine where on the window the file was dropped.When launching this application you will see:
When an image file is dragged onto the application and then dropped the application:
Instructions for use:
This Example uses no other classes.