Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/interaction/
Dinteraction_data.h44 struct DragDataCore { struct
45 std::vector<ShadowInfoCore> shadowInfos;
46 std::vector<uint8_t> buffer;
47 std::string udKey;
48 std::string extraInfo;
49 std::string filterInfo;
50 int32_t sourceType = -1;
51 int32_t dragNum = -1;
52 int32_t pointerId = -1;
53 int32_t displayX = -1;
[all …]