Documentation
Urho3D::UI::DragData Struct Reference
Data structure used to represent the drag data associated to a UIElement. More...
#include <UI.h>
Collaboration diagram for Urho3D::UI::DragData:
Public Attributes | |
| int | dragButtons |
| Which button combo initiated the drag. | |
| int | numDragButtons |
| How many buttons initiated the drag. | |
| IntVector2 | sumPos |
| Sum of all touch locations. | |
| bool | dragBeginPending |
| Flag for a drag start event pending. | |
| Timer | dragBeginTimer |
| Timer used to trigger drag begin event. | |
| IntVector2 | dragBeginSumPos |
| Drag start position. | |
Detailed Description
Data structure used to represent the drag data associated to a UIElement.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/UI/UI.h
