Nui
Loading...
Searching...
No Matches
drag_event.hpp
Go to the documentation of this file.
1#pragma once
2
5
6#include <optional>
7
8namespace Nui::WebApi
9{
13 class DragEvent : public UiEvent
14 {
15 public:
16 explicit DragEvent(Nui::val dragEvent);
17
18 std::optional<DataTransfer> dataTransfer() const;
19 };
20}
Definition drag_event.hpp:14
std::optional< DataTransfer > dataTransfer() const
Definition drag_event.cpp:9
The UIEvent interface represents simple user interface events.
Definition ui_event.hpp:14
Definition abort_controller.hpp:8
emscripten::val val
Definition val.hpp:5