ofDocsdocumentation events ofDragInfo

ofDragInfo

When your ofApp has a dragEvent() method, it will give you an ofDragInfo object. This describes the content of the event when someone drags content onto the openFrameworks window.


Variables

ofPoint position

The position where the user dropped the files onto the window.