We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a163cfa commit f0516acCopy full SHA for f0516ac
src/Gestures/PanBackend.vala
@@ -99,7 +99,7 @@ public class Gala.PanBackend : Object {
99
type = Clutter.EventType.TOUCHPAD_SWIPE,
100
direction = direction,
101
fingers = (int) pan_action.get_n_current_points (),
102
- performed_on_device_type = Clutter.InputDeviceType.TOUCHPAD_DEVICE,
+ performed_on_device_type = Clutter.InputDeviceType.TOUCHSCREEN_DEVICE,
103
origin_x = origin_x,
104
origin_y = origin_y
105
};
0 commit comments