Home
last modified time | relevance | path

Searched defs:ArkUIDragAction (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1477 struct ArkUIDragAction { struct
1478 ArkUI_Int32 instanceId = -1;
1479 ArkUI_Int32 pointerId = 0;
1480 ArkUI_Float64 touchPointX = 0.0f;
1482 void** pixelmapArray;
1483 ArkUI_Int32 size = -1;
1485 void* userData;
1486 DragStatusCallback listener;
1487 void* unifiedData;
1488 bool hasTouchPoint = false;
[all …]