Searched defs:pressedButtons (Results 1 – 10 of 10) sorted by relevance
52 std::vector<int32_t> pressedButtons; in OnEventTouchPadPinchBegin() local81 std::vector<int32_t> pressedButtons; in OnEventTouchPadPinchUpdate() local106 std::vector<int32_t> pressedButtons; in OnEventTouchPadPinchEnd() local
396 std::vector<int32_t> pressedButtons; in ProcessTouchPadPinchDataEvent() local
88 std::vector<int32_t> pressedButtons; variable
59 void MouseDeviceState::GetPressedButtons(std::vector<int32_t>& pressedButtons) in GetPressedButtons()
221 if (auto pressedButtons = pointerEvent_->GetPressedButtons(); !pressedButtons.empty()) { in ResetPressedEvents() local
84 int64_t pressedButtons; member
105 int32_t pressedButtons = 0; // combined by MouseButtons member
342 uint32_t pressedButtons = 0; in ConvertMouseEvent() local
872 bool JsInputMonitor::GetPressedButtons(const std::set<int32_t>& pressedButtons, napi_value result) in GetPressedButtons()1038 std::set<int32_t> pressedButtons = pointerEvent->GetPressedButtons(); in TransformMousePointerEvent() local