JUCE  v5.1.1-3-g1a0b28c73
JUCE API
ComponentPeer::DragInfo Struct Reference

#include <juce_ComponentPeer.h>

Collaboration diagram for ComponentPeer::DragInfo:

Public Member Functions

void clear () noexcept
 
bool isEmpty () const noexcept
 

Public Attributes

StringArray files
 
Point< intposition
 
String text
 

Member Function Documentation

◆ clear()

void ComponentPeer::DragInfo::clear ( )
inlinenoexcept

◆ isEmpty()

bool ComponentPeer::DragInfo::isEmpty ( ) const
inlinenoexcept

Member Data Documentation

◆ files

StringArray ComponentPeer::DragInfo::files

◆ position

Point<int> ComponentPeer::DragInfo::position

◆ text

String ComponentPeer::DragInfo::text

The documentation for this struct was generated from the following file: