WidgetMouseDropEvent
- class omni.ui.WidgetMouseDropEvent
Bases:
pybind11_object
Holds the data which is sent when a drag and drop action is completed.
Methods
__init__
(*args, **kwargs)Attributes
The data that was dropped on the widget.
Position where the drop was made.
Position where the drop was made.
- __init__(*args, **kwargs)
- property mime_data
The data that was dropped on the widget.
- property x
Position where the drop was made.
- property y
Position where the drop was made.