Searched defs:ArkUI_UIInputEvent (Results 1 – 2 of 2) sorted by relevance
35 struct ArkUI_UIInputEvent { struct36 ArkUI_UIInputEvent_Type inputType; argument37 ArkUIEventTypeId eventTypeId;38 void* inputEvent;39 bool isCloned = false;
54 typedef struct ArkUI_UIInputEvent ArkUI_UIInputEvent; typedef