Home
last modified time | relevance | path

Searched refs:probablyTouchpad (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp417 void UpdateProByKey(const BitVector &key, const bool &isDirect, bool &probablyTablet, bool &probablyTouchpad, in UpdateProByKey()
421 probablyTouchpad = key.CheckBit(BTN_TOOL_FINGER) && !key.CheckBit(BTN_TOOL_PEN) && !isDirect; in UpdateProByKey()
457 bool probablyTouchpad; in CheckPointers() local
459 UpdateProByKey(key, isDirect, probablyTablet, probablyTouchpad, probablyTouchscreen); in CheckPointers()
470 } else if (probablyTouchpad) { in CheckPointers()
488 } else if (probablyTouchpad) { in CheckPointers()

Completed in 2 milliseconds