Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h345 int32_t hasTiltY = tiltY.has_value() ? 1 : 0; in ToJsonValue() local
368 int32_t hasTiltY = json->GetInt("hy"); in FromJson() local