ADragNDrop#
Utility class for creating and processing drag-n-drop events.
Header: | #include <AUI/Platform/ADragNDrop.h> |
CMake: | aui_link(my_target PUBLIC aui::views) |
Detailed Description#
Platform table
Windows | Supported |
Linux | - |
macOS | - |
Android | n/a |
iOS | n/a |
Examples#
examples/ui/views/src/ExampleWindow.h
Views Example - All-in-one views building example.
Public Types#
EnterEvent#
struct ADragNDrop::EnterEvent
Examples#
Empty structure.
DropEvent#
struct ADragNDrop::DropEvent
Examples#
Empty structure.
Public Methods#
perform#
Pushes out a drag-n-drop operation to the OS.