Home
last modified time | relevance | path

Searched refs:isPointer (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp555 bool isPointer = CheckAccel(ev, abs, prop) || CheckPointers(ev, abs, key, rel, prop); in CheckInputProperties() local
558 …if (!isPointer && !isKey && ev.CheckBit(EV_REL) && (rel.CheckBit(REL_WHEEL) || rel.CheckBit(REL_HW… in CheckInputProperties()