Skip to content

Commit f0516ac

Browse files
committed
Set touchscreen device
1 parent a163cfa commit f0516ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gestures/PanBackend.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class Gala.PanBackend : Object {
9999
type = Clutter.EventType.TOUCHPAD_SWIPE,
100100
direction = direction,
101101
fingers = (int) pan_action.get_n_current_points (),
102-
performed_on_device_type = Clutter.InputDeviceType.TOUCHPAD_DEVICE,
102+
performed_on_device_type = Clutter.InputDeviceType.TOUCHSCREEN_DEVICE,
103103
origin_x = origin_x,
104104
origin_y = origin_y
105105
};

0 commit comments

Comments
 (0)