Searched defs:ArkUIAPIEventGestureAsyncEvent (Results 1 – 2 of 2) sorted by relevance
832 struct ArkUIAPIEventGestureAsyncEvent { struct833 ArkUI_Int32 subKind;834 ArkUI_Int32 repeat;835 ArkUI_Float32 x;836 ArkUI_Float32 y;837 ArkUI_Float32 angle;838 ArkUI_Float32 scale;839 ArkUI_Float32 pinchCenterX;840 ArkUI_Float32 pinchCenterY;864 ArkUIAPIEventGestureAsyncEvent gestureAsyncEvent; argument
1489 struct ArkUIAPIEventGestureAsyncEvent { struct1490 ArkUI_Int32 subKind;1491 ArkUI_Int32 repeat;1492 ArkUI_Float32 x;1493 ArkUI_Float32 y;1494 ArkUI_Float32 angle;1495 ArkUI_Float32 scale;1496 ArkUI_Float32 pinchCenterX;1497 ArkUI_Float32 pinchCenterY;1498 ArkUI_Float32 speed;[all …]