Searched refs:BTN_DOWN (Results 1 – 2 of 2) sorted by relevance
37 constexpr int32_t BTN_DOWN { 1 }; variable319 if (libinput_device_touch_btn_tool_type_down(device, item.first) == BTN_DOWN) { in GetTouchToolType()
41 constexpr int32_t BTN_DOWN { 1 }; variable280 if (libinput_device_touchpad_btn_tool_type_down(device, item.first) == BTN_DOWN) { in GetTouchPadToolType()