ClutterDragAction: allow constraining the movement of the dragged actor
Allow setting a ClutterRect on the drag action and force the dragged actor's position to be always within that rectangle (relative to the actor's parent). https://bugzilla.gnome.org/show_bug.cgi?id=681168
This commit is contained in:
@ -2570,6 +2570,8 @@ clutter_drag_action_get_drag_handle
|
||||
ClutterDragAxis
|
||||
clutter_drag_action_set_drag_axis
|
||||
clutter_drag_action_get_drag_axis
|
||||
clutter_drag_action_set_drag_area
|
||||
clutter_drag_action_get_drag_area
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_drag_action_get_press_coords
|
||||
|
Reference in New Issue
Block a user