Vala gtk.gesturedrag for newbie

Hello, friends. I’m not an expert in vala, but trying to write some application.
Here’s the deal. I’m tryin’ to set Gtk.ScrolledWindow position with Gtk.GestureDrag (just like you do with big enough image on your phone). I’m listening for Gtk.GestureDrag.drag_update(double offset_x, double offset_y) and it technically works. But everytime I drag my content start shakin’ (while mouse button still pressed and until I release it). Just a little bit. Maybe I’m doin’ somethin’ wrong?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.