Urho3D
|
Data structure used to represent the drag data associated to a UIElement. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/UI/UI.h>
Public Attributes | |
MouseButtonFlags | dragButtons |
Which button combo initiated the drag. | |
i32 | 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. | |
Data structure used to represent the drag data associated to a UIElement.