Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp122 auto touchpadEvent = libinput_event_get_touchpad_event(event); in UpdateDwtTouchpadRecord() local
123 CHKPV(touchpadEvent); in UpdateDwtTouchpadRecord()
134 touchpadEventDownAbsX_ = libinput_event_touchpad_get_x(touchpadEvent); in UpdateDwtTouchpadRecord()
135 touchpadEventDownAbsY_ = libinput_event_touchpad_get_y(touchpadEvent); in UpdateDwtTouchpadRecord()
155 touchpadEventAbsX_ = libinput_event_touchpad_get_x(touchpadEvent); in UpdateDwtTouchpadRecord()
156 touchpadEventAbsY_ = libinput_event_touchpad_get_y(touchpadEvent); in UpdateDwtTouchpadRecord()
231 auto touchpadEvent = libinput_event_get_touchpad_event(event); in IsTouchpadMistouch() local
232 CHKPF(touchpadEvent); in IsTouchpadMistouch()
233 int32_t toolType = libinput_event_touchpad_get_tool_type(touchpadEvent); in IsTouchpadMistouch()
327 auto touchpadEvent in IsTouchpadMotionMistouch() local
[all...]
H A Devent_normalize_handler.cpp970 auto touchpadEvent = libinput_event_get_touchpad_event(event); in TouchPadKnuckleDoubleClickHandle() local
971 CHKPF(touchpadEvent); in TouchPadKnuckleDoubleClickHandle()
972 double value = libinput_event_touchpad_get_pressure(touchpadEvent); in TouchPadKnuckleDoubleClickHandle()

Completed in 3 milliseconds