dragMotion

fnbool dragMotion(gdk.drag_context.DragContext context, gdk.window.Window destWindow, gdk.types.DragProtocol protocol, int xRoot, int yRoot, gdk.types.DragAction suggestedAction, gdk.types.DragAction possibleActions, uint time)

Updates the drag context when the pointer moves or the set of actions changes.

This function is called by the drag source.

This function does not need to be called in managed drag and drop operations. See [gdk.drag_context.DragContext.manageDnd] for more information.

Parameters

contexta #GdkDragContext
destWindowthe new destination window, obtained by gdk_drag_find_window()
protocolthe DND protocol in use, obtained by gdk_drag_find_window()
xRootthe x position of the pointer in root coordinates
yRootthe y position of the pointer in root coordinates
suggestedActionthe suggested action
possibleActionsthe possible actions
timethe timestamp for this operation

Returns