mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02:00
gestures: log the finger count together with the gesture state
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1049>
This commit is contained in:
parent
4785a1cc09
commit
1d4e2e2e2d
1 changed files with 2 additions and 1 deletions
|
|
@ -832,7 +832,8 @@ tp_gesture_handle_event(struct tp_dispatch *tp,
|
||||||
|
|
||||||
if (oldstate != tp->gesture.state) {
|
if (oldstate != tp->gesture.state) {
|
||||||
evdev_log_debug(tp->device,
|
evdev_log_debug(tp->device,
|
||||||
"gesture: state %s → %s → %s\n",
|
"gesture: [%dfg] state %s → %s → %s\n",
|
||||||
|
tp->gesture.finger_count,
|
||||||
gesture_state_to_str(oldstate),
|
gesture_state_to_str(oldstate),
|
||||||
gesture_event_to_str(event),
|
gesture_event_to_str(event),
|
||||||
gesture_state_to_str(tp->gesture.state));
|
gesture_state_to_str(tp->gesture.state));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue