Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h340 int32_t hasTiltX = tiltX.has_value() ? 1 : 0; in ToJsonValue() local
367 int32_t hasTiltX = json->GetInt("hx"); in FromJson() local