Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_transform_processor_test.cpp1317 int32_t evenType = LIBINPUT_EVENT_POINTER_TAP; variable
1333 int32_t evenType = LIBINPUT_EVENT_POINTER_TAP; variable
1349 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; variable
1365 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; variable
1381 int32_t evenType = LIBINPUT_EVENT_POINTER_TAP; variable
1397 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; variable
1413 int32_t evenType = LIBINPUT_EVENT_KEYBOARD_KEY; variable
1429 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; variable
1446 int32_t evenType = LIBINPUT_EVENT_POINTER_BUTTON_TOUCHPAD; variable
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp850 …rmProcessor::HandleTouchpadRightButton(struct libinput_event_pointer *data, const int32_t evenType, in HandleTouchpadRightButton()
873 …ormProcessor::HandleTouchpadLeftButton(struct libinput_event_pointer *data, const int32_t evenType, in HandleTouchpadLeftButton()
903 …ocessor::HandleTouchpadTwoFingerButton(struct libinput_event_pointer *data, const int32_t evenType, in HandleTouchpadTwoFingerButton()
927 …ormProcessor::TransTouchpadRightButton(struct libinput_event_pointer *data, const int32_t evenType, in TransTouchpadRightButton()