Structure to describe drag and drop information. More...
#include <juce_ComponentPeer.h>

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