Searched defs:ArkUIDragAction (Results 1 – 1 of 1) sorted by relevance
1477 struct ArkUIDragAction { struct1478 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 …]