| JUCE
    | 
Structure to describe drag and drop information. More...
#include <juce_ComponentPeer.h>
| Public Member Functions | |
| bool | isEmpty () const noexcept | 
| void | clear () noexcept | 
| Public Attributes | |
| StringArray | files | 
| String | text | 
| Point< int > | position | 
Structure to describe drag and drop information.
| 
 | noexcept | 
References String::isEmpty(), and StringArray::size().
| 
 | noexcept | 
References StringArray::clear(), and String::clear().
| StringArray ComponentPeer::DragInfo::files | 
| String ComponentPeer::DragInfo::text | 
| Point<int> ComponentPeer::DragInfo::position |