dragMotion
fn
bool 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
context | a #GdkDragContext |
destWindow | the new destination window, obtained by gdk_drag_find_window() |
protocol | the DND protocol in use, obtained by gdk_drag_find_window() |
xRoot | the x position of the pointer in root coordinates |
yRoot | the y position of the pointer in root coordinates |
suggestedAction | the suggested action |
possibleActions | the possible actions |
time | the timestamp for this operation |