drag_update
Description:
[
Version ( since =
"3.14" ) ]
public signal void drag_update (
double offset_x,
double offset_y)
This signal is emitted whenever the dragging point moves.
Parameters:
offset_x |
X offset, relative to the start point
|
offset_y |
Y offset, relative to the start point
|