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